From ca822a5333d55e937317ae0469903a4cff182922 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 21 Sep 2002 06:28:34 +0000 Subject: [PATCH] (de) Updates --- ChangeLog | 17 ++++++++++------- lang/german-iso-8859-1.inc.php3 | 2 +- lang/german-utf-8.inc.php3 | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffe6ed140..963415bfd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-09-21 Alexander M. Turek + * lang/german-*.inc.php3: Updates. + 2002-09-20 Marc Delisle * libraries/display_tbl.lib.php3: bug 612117, vertical view and buttons as links @@ -20,17 +23,17 @@ $Source$ 2002-09-19 Loïc Chapeaux * tbl_printview.php3: fix for #611499 (empty comment column) * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error) - + 2002-09-19 Michal Cihar * Documentation.html, config.inc.php3, tbl_change.php3, libraries/config_import.lib.php3: fix for #581494 - problems with \n in CHAR/VARCHAR, added new configs $cfg['CharEditing'] and $cfg['CharTextarea{Cols,Rows}'] * tbl_change.php3: revised by Loïc to fit coding standards - -2002-09-18 Mike Beck - * db_details_qbe.php3: complete rewrite of the code - that creates the JOINS hoping that this will + +2002-09-18 Mike Beck + * db_details_qbe.php3: complete rewrite of the code + that creates the JOINS hoping that this will be much faster in certain circumstances please try - this needs some testing @@ -38,7 +41,7 @@ $Source$ * lang/slovenian update: thanks to Kositer Uros (urosh) 2002-09-18 Loïc Chapeaux - * tbl_change.php3, tbl_replace.php3, sql.php3, + * tbl_change.php3, tbl_replace.php3, sql.php3, libraries/display_tbl.lib.php3: bug 610315 full text toggle 2002-09-18 Michal Cihar @@ -47,7 +50,7 @@ $Source$ * lang/czech-*.inc.php3: Updates. * lang/sync_lang.sh: accepts parameters --iconv/--recode to force convertor - + 2002-09-17 Marc Delisle * lang/spanish: update, thanks to Daniel Hinostroza * tbl_change.php3: bug 609614, default value for datetime ignored diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 6df6bc4b2..4581425ab 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -184,6 +184,7 @@ $strHostEmpty = 'Es wurde kein Host angegeben!'; $strIdxFulltext = 'Volltext'; $strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.'; $strIgnore = 'Ignorieren'; +$strImportDocSQL = 'docSQL-Dateien importieren'; $strIndex = 'Index'; $strIndexes = 'Indizes'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.'; @@ -437,5 +438,4 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate -$strImportDocSQL = 'Import docSQL Files'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 20029c979..04b66ba09 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -185,6 +185,7 @@ $strHostEmpty = 'Es wurde kein Host angegeben!'; $strIdxFulltext = 'Volltext'; $strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.'; $strIgnore = 'Ignorieren'; +$strImportDocSQL = 'docSQL-Dateien importieren'; $strIndex = 'Index'; $strIndexes = 'Indizes'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.'; @@ -438,5 +439,4 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate -$strImportDocSQL = 'Import docSQL Files'; //to translate ?>