diff --git a/ChangeLog b/ChangeLog index 3046a2c15..70c3b842f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-11 Olivier Müller + * lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3 + 2002-01-10 Marc Delisle * lang/slovak-iso updates, thanks to Lubos Klokner * lang/finnish updates, thanks to Visa Kopu diff --git a/db_details.php3 b/db_details.php3 index 1acde70f5..990595c8d 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -613,9 +613,9 @@ if ($num_tables > 0) { echo "\n"; ?>
- +  /  - + diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index d6032fae4..b87062b36 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/bulgarian-koi8.inc.php3 b/lang/bulgarian-koi8.inc.php3 index e4f43a8da..e0f0e03c4 100644 --- a/lang/bulgarian-koi8.inc.php3 +++ b/lang/bulgarian-koi8.inc.php3 @@ -344,4 +344,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index ab6156798..90c6a6e2f 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -344,4 +344,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 0e3d17d36..02cdd346b 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 2987bbfe9..b95770119 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 39b79d525..51c901615 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -349,4 +349,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 1b58141aa..2f6fd2f32 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -342,4 +342,6 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 776ebf052..eb5e159a8 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -342,4 +342,6 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 6d94cef05..93205757c 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 184fc28c2..63d8b3b3d 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -344,4 +344,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index d7a83ccf3..06c0d12a4 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -269,6 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s'; $strSave = 'Save'; $strSelect = 'Select'; +$strSelectAll = 'Select All'; $strSelectFields = 'Select fields (at least one):'; $strSelectNumRows = 'in query'; $strSend = 'Save as file'; @@ -318,6 +319,7 @@ $strType = 'Type'; $strUncheckAll = 'Uncheck All'; $strUnique = 'Unique'; +$strUnselectAll = 'Unselect All'; $strUpdatePrivMessage = 'You have updated the privileges for %s.'; $strUpdateProfile = 'Update profile:'; $strUpdateProfileMessage = 'The profile has been updated.'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index fc03e4d8e..45e950414 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -348,4 +348,6 @@ $strZip = '"zip-pakattu"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index cfa330942..3dcc85022 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -269,6 +269,7 @@ $strRunSQLQuery = 'Ex $strSave = 'Sauvegarder'; $strSelect = 'Sélectionner'; +$strSelectAll = 'Tout sélectionner'; $strSelectFields = 'Choisir les champs à afficher (au moins un)'; $strSelectNumRows = 'dans la requête'; $strSend = 'Transmettre'; @@ -318,6 +319,7 @@ $strType = 'Type'; $strUncheckAll = 'Tout décocher'; $strUnique = 'Unique'; +$strUnselectAll = 'Tout déselectionner'; $strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.'; $strUpdateProfile = 'Modifier le profil :'; $strUpdateProfileMessage = 'Le profil a été modifié.'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 6e7c6536a..6f43abaf9 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -348,4 +348,6 @@ $strLogin = 'Login'; $strLogPassword = 'Password:'; $strLogUsername = 'Username:'; +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 7f0195de5..987369ba1 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -170,6 +170,7 @@ $strLines = 'Zeilen'; $strLinesTerminatedBy = 'Zeilen getrennt mit'; $strLocationTextfile = 'Datei'; $strLogout = 'Neu einloggen'; +$strLogPassword = 'Kennwort:'; $strModifications = 'Änderungen gespeichert.'; $strModify = 'Verändern'; @@ -264,6 +265,7 @@ $strRunSQLQuery = 'SQL-Befehl(e) ausf $strSave = 'Speichern'; $strSelect = 'Teilw. anzeigen'; +$strSelectAll = 'Alle auswählen'; $strSelectFields = 'Felder auswählen (mind. eines):'; $strSelectNumRows = 'in der Abfrage'; $strSend = 'Senden'; @@ -311,6 +313,7 @@ $strType = 'Typ'; $strUncheckAll = 'Auswahl entfernen'; $strUnique = 'Unique'; +$strUnselectAll = 'Auswahl entfernen'; $strUpdatePrivMessage = 'Die Rechte wurden geändert %s.'; $strUpdateProfile = 'Benutzer ändern:'; $strUpdateProfileMessage = 'Benutzer wurde geändert.'; @@ -339,7 +342,6 @@ $strZip = '"Zip komprimiert"'; $strCardinality = 'Cardinality'; $strCookiesRequired = 'Cookies must be enabled past this point.'; $strLogin = 'Login'; -$strLogPassword = 'Password:'; $strLogUsername = 'Username:'; $strShowCols = 'Show columns'; $strShowTables = 'Show tables'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index 6c6e5afea..f3be03098 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 1f4b8f829..ef9a4f231 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -347,4 +347,6 @@ $strZip = '"compresso con zip"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 5dd02042f..fa4d29f6c 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -344,4 +344,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index ecb8ba77d..5901f01dd 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -348,4 +348,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 14b17fd4b..6f7fed2cd 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -342,4 +342,6 @@ $strYes = 'Ja'; $strZip = '"komprimert (zip)"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 3b58a1161..010977338 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -344,4 +344,6 @@ $strZip = '".zip"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index f2e52eeb7..b50a26a58 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -348,4 +348,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index f27f736e2..1930a707c 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -344,4 +344,6 @@ $strZip = '"zipped"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 7444a089c..dba0f5213 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -343,4 +343,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 7a3f0f5a8..c9d9dc4b9 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -343,4 +343,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index c1557682e..7737187c0 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -347,4 +347,6 @@ $strZip = '"zo zipovan // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 002e99dc0..ea59cd5a3 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -344,4 +344,6 @@ $strIgnore = 'Ignorar'; $strNoIndexPartsDefined = 'No index parts defined!'; $strNoIndex = 'No index defined!'; +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 0cb534a7e..2966caac7 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -344,4 +344,6 @@ $strZip = '"zippad"'; // To translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index d4c66158d..da6009699 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -349,4 +349,6 @@ $strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 9c2c584a8..2fcc1e307 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -343,4 +343,6 @@ $strLogUsername = 'Username:'; $strRowsModeVertical=" vertical "; //to translate $strRowsModeHorizontal=" horizontal "; //to translate $strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate +$strSelectAll = 'Select All'; //to translate +$strUnselectAll = 'Unselect All'; //to translate ?>