(de) grammar
This commit is contained in:
@@ -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>
|
||||
|
@@ -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';
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user