(de) grammar

This commit is contained in:
Alexander M. Turek
2003-02-27 16:02:48 +00:00
parent 4b037476b3
commit 8c76351501
3 changed files with 5 additions and 4 deletions

View File

@@ -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 <me@supergarv.de>
* 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 <me@supergarv.de>

View File

@@ -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';

View File

@@ -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';