updated German translation

This commit is contained in:
Loïc Chapeaux 2002-01-05 18:25:46 +00:00
parent d3116a012b
commit b3f2853ee2
2 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,8 @@ $Source$
2001-01-05 Loïc Chapeaux <lolo@phpheaven.net>
* main.php3, line 234: maximum database name size is 64 characters.
* lang/german.inc.php3: updated thanks to
Alexander M. Turek <rabus at users.sourceforge.net>.
2001-01-04 Loïc Chapeaux <lolo@phpheaven.net>
* db_details.php3: beautify the displayed page.

View File

@ -254,6 +254,9 @@ $strRowLength = 'Zeilenl
$strRows = 'Zeilen';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRunning = 'auf %s';
$strRunQuery = 'SQL Befehl ausführen';
@ -340,7 +343,5 @@ $strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
?>