From a766d050e2a8953269bc3f7948c34eedac6fccb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 2 Sep 2001 18:43:07 +0000 Subject: [PATCH] added $strWithChecked --- lang/brazilian_portuguese.inc.php3 | 1 + lang/bulgarian-win1251.inc.php3 | 1 + lang/catala.inc.php3 | 1 + lang/chinese_big5.inc.php3 | 1 + lang/chinese_gb.inc.php3 | 1 + lang/czech-iso.inc.php3 | 1 + lang/czech-win1250.inc.php3 | 1 + lang/danish.inc.php3 | 1 + lang/dutch.inc.php3 | 1 + lang/english.inc.php3 | 1 + lang/french.inc.php3 | 1 + lang/galician.inc.php3 | 1 + lang/german.inc.php3 | 1 + lang/italian.inc.php3 | 1 + lang/japanese.inc.php3 | 1 + lang/korean.inc.php3 | 1 + lang/norwegian.inc.php3 | 1 + lang/polish.inc.php3 | 1 + lang/portuguese.inc.php3 | 1 + lang/romanian.inc.php3 | 1 + lang/russian-koi8.inc.php3 | 1 + lang/russian-win1251.inc.php3 | 1 + lang/slovak-iso.inc.php3 | 1 + lang/spanish.inc.php3 | 1 + lang/swedish.inc.php3 | 1 + lang/thai.inc.php3 | 1 + 26 files changed, 26 insertions(+) diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index ecd59025f..0040c6341 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -308,4 +308,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 3753e7a83..a87c04d72 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -308,4 +308,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index c7ff88d2a..61e6c2413 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 0c21d6a07..6e6296ade 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -304,4 +304,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index c111f073f..3529b03c8 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -308,4 +308,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index b6e0ff558..cf5edf39f 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index ef8287617..b30103c65 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -304,4 +304,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 68d66a61c..6fedee6e7 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index b32ff9aeb..c6ba401c1 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -303,4 +303,5 @@ $strGzip = '"gzipped"'; //to translate $strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate $strOffSet = 'offset'; //to translate $strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes? +$strWithChecked = 'With checked:'; ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 8f76c50b1..b644b4c98 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -298,6 +298,7 @@ $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; $strWelcome = 'Welcome to '; +$strWithChecked = 'With checked:'; $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 4a17dc5bb..5af6f044e 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -297,6 +297,7 @@ $strViewDump = 'Afficher le sch $strViewDumpDB = 'Afficher le schéma de la base '; $strWelcome = 'Bienvenue à'; +$strWithChecked = 'Pour la sélection :'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé'; $strYes = 'Oui'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 9143cb705..a6ecd14b4 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -302,4 +302,5 @@ $strTables = '%s table(s)'; // To translate $strUpdateQuery = 'Update Query'; // To translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 443305583..d196024dd 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -303,4 +303,5 @@ $strYes = 'Ja'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 930593524..9f7d9f728 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index db764bec9..90a2cdc1b 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -307,4 +307,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index d3cc349b6..11e83caaa 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -307,4 +307,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 5e0193c2a..a84754457 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -303,4 +303,5 @@ $strQBE = 'Query by Example'; //to translate $strServerChoice = 'Server Choice'; //to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate $strStatement = 'Statements'; //to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 847f56b22..17f8f4141 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -302,4 +302,5 @@ $strYes = 'Tak'; // To translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index a3e963b1b..57970ed20 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -307,4 +307,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 5708e2d1d..8076e5015 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -303,4 +303,5 @@ $strYes = 'Da'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index be0015d45..2c76a1e53 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 66feceb5c..7e12fb2ae 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -303,4 +303,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index ed44980be..133a13713 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -304,4 +304,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 89249ec67..b5c367840 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -303,4 +303,5 @@ $strStrucExcelCSV = 'CSV for Ms Excel data'; $strFullText = 'Full Texts';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index bd2e040f4..9eeecdf38 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -303,4 +303,5 @@ $strYes = 'Ja'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 4cf7f9ab1..1eab8f233 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -308,4 +308,5 @@ $strServerChoice = 'Server Choice';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate +$strWithChecked = 'With checked:'; ?>