From 2be676ebe17276c8c5a2326b9f60ac7604bcb5fc Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 3 Dec 2002 21:26:27 +0000 Subject: [PATCH] missing strings --- lang/latvian-windows-1257.inc.php3 | 2 ++ lang/norwegian-iso-8859-1.inc.php3 | 2 ++ lang/polish-utf-8.inc.php3 | 4 +++- lang/romanian-iso-8859-1.inc.php3 | 4 +++- lang/serbian-windows-1250.inc.php3 | 2 ++ lang/slovak-windows-1250.inc.php3 | 4 +++- lang/slovenian-windows-1250.inc.php3 | 3 +++ lang/swedish-iso-8859-1.inc.php3 | 4 +++- lang/turkish-iso-8859-9.inc.php3 | 2 ++ 9 files changed, 23 insertions(+), 4 deletions(-) diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 7922fe11e..42dcfa394 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -453,4 +453,6 @@ $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate $strCompression = 'Compression'; //to translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 0d81171aa..581423d0f 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -438,4 +438,6 @@ $strYes = 'Ja'; $strZip = 'Komprimert (zip)'; // To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 2f13ab8b7..d935eccce 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -433,6 +433,8 @@ $strWrongUser = 'Błędne pola użytkownik/hasÅ‚o. Brak dostÄ™pu.'; $strYes = 'Tak'; $strZip = '".zip"'; -// To translate +// To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 787f904e6..b064f7459 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -432,6 +432,8 @@ $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strYes = 'Da'; $strZip = '"arhivat"'; -// To translate +// To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 100f1c8d6..15a60bb5c 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -455,4 +455,6 @@ $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate $strCompression = 'Compression'; //to translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 4d15167dd..f91ff79b8 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -434,6 +434,8 @@ $strWrongUser = 'Zl $strYes = 'Áno'; $strZip = '"zo zipované"'; -// To translate +// To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 5b0045e91..4c851288c 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -436,6 +436,9 @@ $strWrongUser = 'Napa $strYes = 'Da'; $strZip = '"zipano"'; + // To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 5e14b9066..f8b5a2e4c 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -433,6 +433,8 @@ $strWrongUser = 'Fel anv $strYes = 'Ja'; $strZip = '"zippad"'; -// To translate +// To translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 5008e96f4..60f75e591 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -441,4 +441,6 @@ $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate $strCompression = 'Compression'; //to translate +$strNumTables = 'Tables'; //to translate +$strTotalUC = 'Total'; //to translate ?>