From 8c7635150175c75a9e172777f0994403aea5ecde Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 27 Feb 2003 16:02:48 +0000 Subject: [PATCH] (de) grammar --- ChangeLog | 5 +++-- lang/german-iso-8859-1.inc.php3 | 2 +- lang/german-utf-8.inc.php3 | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ab9d8992..4ce3f57d6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ - Removed some unnecessary code; - Added a small HOWTO. * config.inc.php3: The tab settings don't fit into the 'left frame' part. + * lang/german-*.inc.php3: Grammar. 2003-02-27 Garvin Hicking * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3, @@ -19,8 +20,8 @@ $Source$ libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with purging on login, made querywindow tabbed, improved Querywindow-compatibility. * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3: - Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display - (optional, default off) of the columns. I didn't like to have to scroll in horizontal + Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display + (optional, default off) of the columns. I didn't like to have to scroll in horizontal directions, so with this mode you can see about 6 columns at once on a single screen. 2003-02-26 Garvin Hicking diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index a40b2f667..8ed8a4d40 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -581,7 +581,7 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr $strZip = 'Zip-komprimiert'; $strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)'; -$strQueryTime = 'Die Abfrage dauerte %01.4f sek'; +$strQueryTime = 'die Abfrage dauerte %01.4f sek'; $strDumpComments = 'Spaltenkommentare als SQL-Kommentare einbetten'; $strDBComment = 'Datenbankkommentar: '; $strQueryFrame = 'Abfragefenster'; diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 7f7bfbe1f..0403a7ec5 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -582,7 +582,7 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku $strZip = 'Zip-komprimiert'; $strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)'; -$strQueryTime = 'Die Abfrage dauerte %01.4f sek'; +$strQueryTime = 'die Abfrage dauerte %01.4f sek'; $strDumpComments = 'Spaltenkommentare als SQL-Kommentare einbetten'; $strDBComment = 'Datenbankkommentar: '; $strQueryFrame = 'Abfragefenster';