German update

This commit is contained in:
Garvin Hicking
2003-05-13 10:24:04 +00:00
parent 6dc1dab2d5
commit ef840b80d1
3 changed files with 11 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ $Source$
to sql tab of the query window)
* left.php3: Improved performance by using str_replace instead
of ereg_replace.
* lang/german*: Translations.
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
* left.php3: Fixed displaying of tables with quote in name.

View File

@@ -631,11 +631,10 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
$strZip = 'Zip-komprimiert';
//To translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
$strLaTeXOptions = 'LaTeX-Optionen';
$strRelations = 'Tabellenverkn<EFBFBD>pfungen';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef<65>gt werden soll.';
?>

View File

@@ -632,11 +632,10 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
//To translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
$strLaTeXOptions = 'LaTeX-Optionen';
$strRelations = 'Tabellenverknüpfungen';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.';
?>