% --------------------------------------------------------------------------
% the CNLTX bundle
%
%   LaTeX source code and output
%
% --------------------------------------------------------------------------
% Clemens Niederberger
% Web:    https://github.com/cgnieder/cnltx/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
% Copyright 2013--2019 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Clemens Niederberger.
% --------------------------------------------------------------------------
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
\RequirePackage{cnltx-base}
\ProvidesPackage{cnltx-translations}[\cnltx@@date\space \cnltx@@version\space \cnltx@@info]

% --------------------------------------------------------------------------
\cnltx@create@bundle@message{translations}{Error}
\cnltx@create@bundle@message{translations}{Warning}
\cnltx@create@bundle@message{translations}{WarningNoLine}
\cnltx@create@bundle@message{translations}{Info}

% --------------------------------------------------------------------------
\RequirePackage{translations}

\DeclareTranslationFallback{cnltx-f.}{f.}
\DeclareTranslation{English}{cnltx-f.}{f.}
\DeclareTranslation{German}{cnltx-f.}{f.}

\DeclareTranslationFallback{cnltx-ff.}{ff.}
\DeclareTranslation{English}{cnltx-ff.}{ff.}
\DeclareTranslation{German}{cnltx-ff.}{ff.}

\DeclareTranslationFallback{cnltx-package}{package}
\DeclareTranslation{English}{cnltx-package}{package}
\DeclareTranslation{German}{cnltx-package}{Paket}

\DeclareTranslationFallback{cnltx-environment}{environment}
\DeclareTranslation{English}{cnltx-environment}{environment}
\DeclareTranslation{German}{cnltx-environment}{Umgebung}

\DeclareTranslationFallback{cnltx-class}{class}
\DeclareTranslation{English}{cnltx-class}{class}
\DeclareTranslation{German}{cnltx-class}{Klasse}

\DeclareTranslationFallback{cnltx-bundle}{bundle}
\DeclareTranslation{English}{cnltx-bundle}{bundle}
\DeclareTranslation{German}{cnltx-bundle}{Bundle}

\DeclareTranslationFallback{cnltx-default}{Default}
\DeclareTranslation{English}{cnltx-default}{Default}
\DeclareTranslation{German}{cnltx-default}{Voreinstellung}

\DeclareTranslationFallback{cnltx-required}{required}
\DeclareTranslation{English}{cnltx-required}{required}
\DeclareTranslation{German}{cnltx-required}{erforderlich}

\DeclareTranslationFallback{cnltx-empty}{initially empty}
\DeclareTranslation{English}{cnltx-empty}{initially empty}
\DeclareTranslation{German}{cnltx-empty}{zun\"achst leer}

\DeclareTranslationFallback{cnltx-toc}{Table of Contents}
\DeclareTranslation{English}{cnltx-toc}{Table of Contents}
\DeclareTranslation{German}{cnltx-toc}{Inhaltsverzeichnis}

\DeclareTranslationFallback{cnltx-license}{%
  Permission is granted to copy, distribute and/or modify this software under
  the terms of the \LPPL\ (\lppl), version 1.3 or later
  (\url{http://www.latex-project.org/lppl.txt}).  The software has the status%
}
\DeclareTranslation{English}{cnltx-license}{%
  Permission is granted to copy, distribute and/or modify this software under
  the terms of the \LPPL\ (\lppl), version 1.3 or later
  (\url{http://www.latex-project.org/lppl.txt}).  The software has the status%
}
\DeclareTranslation{German}{cnltx-license}{%
  Es ist erlaubt, diese Software unter den  Bedingungen der \LPPL\ (\lppl),
  Version 1.3 oder sp\"ater, zu kopieren und zu verteilen
  (\url{http://www.latex-project.org/lppl.txt}).  Sie hat den Status%
}

\DeclareTranslationFallback{cnltx-introduced}{Introduced in version}
\DeclareTranslation{English}{cnltx-introduced}{Introduced in version}
\DeclareTranslation{German}{cnltx-introduced}{Eingef\"uhrt in Version}

\DeclareTranslationFallback{cnltx-changed}{Changed in version}
\DeclareTranslation{English}{cnltx-changed}{Changed in version}
\DeclareTranslation{German}{cnltx-changed}{Ge\"andert in Version}

\DeclareTranslationFallback{cnltx-i.e.}{\cnltxlatin{i.\,e}}
\DeclareTranslation{English}{cnltx-i.e.}{\cnltxlatin{i.\,e}}
\DeclareTranslation{German}{cnltx-i.e.}{d.\,h}

\DeclareTranslationFallback{cnltx-e.g.}{\cnltxlatin{e.\,g}}
\DeclareTranslation{English}{cnltx-e.g.}{\cnltxlatin{e.\,g}}
\DeclareTranslation{German}{cnltx-e.g.}{z.\,B}

\DeclareTranslationFallback{cnltx-cf.}{\cnltxlatin{cf}}
\DeclareTranslation{English}{cnltx-cf.}{\cnltxlatin{cf}}
\DeclareTranslation{German}{cnltx-cf.}{vgl}

\DeclareTranslationFallback{cnltx-etc.}{\cnltxlatin{etc}}
\DeclareTranslation{English}{cnltx-etc.}{\cnltxlatin{etc}}
\DeclareTranslation{German}{cnltx-etc.}{etc}

\DeclareTranslationFallback{cnltx-vs.}{\cnltxlatin{vs}}
\DeclareTranslation{English}{cnltx-vs.}{\cnltxlatin{vs}}
\DeclareTranslation{German}{cnltx-vs.}{vs}

% --------------------------------------------------------------------------
\endinput

2014/03/11 v0.11  - first published version
2015/01/11 v0.12  - {cnltx-vs.}
