(ger) Better translation.

This commit is contained in:
Alexander M. Turek
2002-05-05 11:01:19 +00:00
parent 13ba848e1e
commit 76d0ba93bc
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
Use "SQL" instead of "home" as link name. Use "SQL" instead of "home" as link name.
* tbl_properties_export.php3: Added XML export option (todo: limit feature). * tbl_properties_export.php3: Added XML export option (todo: limit feature).
* tbl_dump.php3: Beautified XML output. * tbl_dump.php3: Beautified XML output.
* lang/german.inc.php3: Better translation for $strDumpXRows.
2002-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* user_details.php3, line 984: do not use "mysql_result" if the query * user_details.php3, line 984: do not use "mysql_result" if the query

View File

@@ -105,7 +105,7 @@ $strDrop = 'L
$strDropDB = 'Datenbank %s l<>schen'; $strDropDB = 'Datenbank %s l<>schen';
$strDropTable = 'Tabelle l<>schen:'; $strDropTable = 'Tabelle l<>schen:';
$strDumpingData = 'Daten f<>r Tabelle'; $strDumpingData = 'Daten f<>r Tabelle';
$strDumpXRows = 'Sichere %s Datens<6E>tze ab Datensatz %s.'; $strDumpXRows = 'Exportiere %s Datens<6E>tze ab dem %s. Datensatz.';
$strDynamic = 'dynamisch'; $strDynamic = 'dynamisch';
$strEdit = '<27>ndern'; $strEdit = '<27>ndern';