(de) Updates

This commit is contained in:
Alexander M. Turek
2002-09-21 06:28:34 +00:00
parent d6ec7e3f24
commit ca822a5333
3 changed files with 12 additions and 9 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-09-21 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
2002-09-20 Marc Delisle <lem9@users.sourceforge.net> 2002-09-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 612117, vertical view and * libraries/display_tbl.lib.php3: bug 612117, vertical view and
buttons as links buttons as links
@@ -20,17 +23,17 @@ $Source$
2002-09-19 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-09-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_printview.php3: fix for #611499 (empty comment column) * tbl_printview.php3: fix for #611499 (empty comment column)
* libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error) * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)
2002-09-19 Michal Cihar <nijel@users.sourceforge.net> 2002-09-19 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.html, config.inc.php3, tbl_change.php3, * Documentation.html, config.inc.php3, tbl_change.php3,
libraries/config_import.lib.php3: fix for #581494 - problems with \n in libraries/config_import.lib.php3: fix for #581494 - problems with \n in
CHAR/VARCHAR, added new configs $cfg['CharEditing'] and CHAR/VARCHAR, added new configs $cfg['CharEditing'] and
$cfg['CharTextarea{Cols,Rows}'] $cfg['CharTextarea{Cols,Rows}']
* tbl_change.php3: revised by Lo<4C>c to fit coding standards * tbl_change.php3: revised by Lo<4C>c to fit coding standards
2002-09-18 Mike Beck <mikebeck@users.sourceforge.net> 2002-09-18 Mike Beck <mikebeck@users.sourceforge.net>
* db_details_qbe.php3: complete rewrite of the code * db_details_qbe.php3: complete rewrite of the code
that creates the JOINS hoping that this will that creates the JOINS hoping that this will
be much faster in certain circumstances be much faster in certain circumstances
please try - this needs some testing please try - this needs some testing
@@ -38,7 +41,7 @@ $Source$
* lang/slovenian update: thanks to Kositer Uros (urosh) * lang/slovenian update: thanks to Kositer Uros (urosh)
2002-09-18 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-09-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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 libraries/display_tbl.lib.php3: bug 610315 full text toggle
2002-09-18 Michal Cihar <nijel@users.sourceforge.net> 2002-09-18 Michal Cihar <nijel@users.sourceforge.net>
@@ -47,7 +50,7 @@ $Source$
* lang/czech-*.inc.php3: Updates. * lang/czech-*.inc.php3: Updates.
* lang/sync_lang.sh: accepts parameters --iconv/--recode to force * lang/sync_lang.sh: accepts parameters --iconv/--recode to force
convertor convertor
2002-09-17 Marc Delisle <lem9@users.sourceforge.net> 2002-09-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: update, thanks to Daniel Hinostroza * lang/spanish: update, thanks to Daniel Hinostroza
* tbl_change.php3: bug 609614, default value for datetime ignored * tbl_change.php3: bug 609614, default value for datetime ignored

View File

@@ -184,6 +184,7 @@ $strHostEmpty = 'Es wurde kein Host angegeben!';
$strIdxFulltext = 'Volltext'; $strIdxFulltext = 'Volltext';
$strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren m<>chten, geben Sie diese bitte hier an.'; $strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren m<>chten, geben Sie diese bitte hier an.';
$strIgnore = 'Ignorieren'; $strIgnore = 'Ignorieren';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strIndex = 'Index'; $strIndex = 'Index';
$strIndexes = 'Indizes'; $strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.';
@@ -437,5 +438,4 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
?> ?>

View File

@@ -185,6 +185,7 @@ $strHostEmpty = 'Es wurde kein Host angegeben!';
$strIdxFulltext = 'Volltext'; $strIdxFulltext = 'Volltext';
$strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.'; $strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.';
$strIgnore = 'Ignorieren'; $strIgnore = 'Ignorieren';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strIndex = 'Index'; $strIndex = 'Index';
$strIndexes = 'Indizes'; $strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.';
@@ -438,5 +439,4 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
?> ?>