German update
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
|||||||
to sql tab of the query window)
|
to sql tab of the query window)
|
||||||
* left.php3: Improved performance by using str_replace instead
|
* left.php3: Improved performance by using str_replace instead
|
||||||
of ereg_replace.
|
of ereg_replace.
|
||||||
|
* lang/german*: Translations.
|
||||||
|
|
||||||
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* left.php3: Fixed displaying of tables with quote in name.
|
* left.php3: Fixed displaying of tables with quote in name.
|
||||||
|
@@ -631,11 +631,10 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
|
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
//To translate
|
|
||||||
|
|
||||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
$strLaTeXOptions = 'LaTeX-Optionen';
|
||||||
$strRelations = 'Relations'; //to translate
|
$strRelations = 'Tabellenverkn<EFBFBD>pfungen';
|
||||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
|
||||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
|
||||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef<65>gt werden soll.';
|
||||||
?>
|
?>
|
||||||
|
@@ -632,11 +632,10 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
|
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
//To translate
|
|
||||||
|
|
||||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
$strLaTeXOptions = 'LaTeX-Optionen';
|
||||||
$strRelations = 'Relations'; //to translate
|
$strRelations = 'Tabellenverknüpfungen';
|
||||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
|
||||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
|
||||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.';
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user