German: $strOptions

This commit is contained in:
Alexander M. Turek
2002-04-29 16:50:11 +00:00
parent fda3941f2e
commit b412e2661a
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
file extensions of XML files in ZIP archives.
* lang/german.inc.php3: Translated $strOptions.
2002-04-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_qbe.php3: corrections from Mike Beck for better joints

View File

@@ -219,6 +219,7 @@ $strOperations = 'Operationen';
$strOptimizeTable = 'Optimiere Tabelle';
$strOptionalControls = 'Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.';
$strOptionally = 'optional';
$strOptions = 'Optionen';
$strOr = 'Oder';
$strOverhead = '<27>berhang';
@@ -352,5 +353,4 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strOptions = 'Options'; //to translate
?>