diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 257935705e..ae009796a2 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 3824ae6bb4..7edd421988 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index f324048bdb..705dc18296 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 3c66647ed8..2a97396c39 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index c1ed2a49ee..8cee8ade4d 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index efa33b851d..08fd5afe72 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -271,4 +271,5 @@ $strYes = "Ano"; // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 442dcaf84a..7ff9b1ced2 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -271,4 +271,5 @@ $strYes = "Ano"; // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index fa57e9df67..1fb1ed0106 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index cff002d311..86f64deaa9 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 18518220fa..bbc78e37b7 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -273,4 +273,5 @@ $strYes = "Yes"; $strBinary="Binary"; $strBinaryDoNotEdit="Binary - do not edit"; $strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 4c105fc06b..691b0f3dbc 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -269,4 +269,5 @@ $strWelcome = "Bienvenue $strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé"; $strYes = "Oui"; +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 775bb942a8..b779d6fe9e 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -4,8 +4,8 @@ $charset = "iso-8859-1"; $left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; $right_font_family = "helvetica, arial, geneva, sans-serif"; -$number_thousands_separator = ","; -$number_decimal_separator = "."; +$number_thousands_separator = "."; +$number_decimal_separator = ","; $byteUnits = array("Bytes", "KB", "MB", "GB"); $strAccessDenied = "Zugriff verweigert."; @@ -266,12 +266,13 @@ $strYes = "Ja"; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary=" Binär "; +$strBinaryDoNotEdit=" Binär - nicht editierbar !"; +$strEnglishPrivileges=" Anmerkung: MySQL Rechtename werden in Englisch angegeben "; +$strNotNumber = "Das ist keine Zahl!"; +$strNotValidNumber = " ist keine gültige Zeilennummer!"; // export Zip (July 07, 2001, 19:48am) -$strGzip = "\"gzipped\""; //to translate +$strGzip = "\"GZip komprimiert\""; +$strRowSize=" Zeilengröße "; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index e61114ffab..86c09505b1 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 3bbcaaa7a7..268d595708 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index b7271fc1ab..68dfa20da4 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index ef54dc937d..623d99b08f 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index ca1bf902f1..1df52ee4e7 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index a262e110a9..5c90880a5e 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 341377ebde..4f5755fe77 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 5193256fd7..292da0e48c 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 96752ab64a..50068658a8 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 8b47aba61e..f846818f1d 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 5840f97b1e..9a7760d455 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -274,4 +274,5 @@ $strNotValidNumber = " is not a valid row number!"; //to translate // export Zip (July 07, 2001, 19:48am) $strGzip = "\"gzipped\""; //to translate +$strRowSize=" Row size "; //to translate ?>