diff --git a/ChangeLog b/ChangeLog index 1f0dc131c..9ea876187 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ $Source$ -> list is no long expandable/collapsible with this browsers). * sql.php3, lines 85-93: fix suggested by Michael Tacelosky into the phpwizard forum. + * functions.js, lines 21 & 29; lib.inc.php3, lines 76-84; language files: + outsourced error messages. + * left.js, left.php3, header.php3, language files: the font family is now + language dependant. 2001-07-06 Loïc Chapeaux * users_details.php3: fixed many little scripting bugs. diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index f96792459..0a6b098c1 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Acesso Negado"; $strAction = "Ações"; @@ -32,6 +34,8 @@ $strAtEndOfTable = "Ao fim da tabela"; $strAttr = "Atributos"; $strBack = "Voltar"; +$strBinary=" Binário "; +$strBinaryDoNotEdit=" Binário - não edite "; $strBookmarkLabel = "Nome"; $strBookmarkQuery = "Procura de SQL salva"; $strBookmarkThis = "Salvar essa procura de SQL"; @@ -87,6 +91,7 @@ $strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros)."; $strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate $strEnclosedBy = "delimitados por"; $strEnd = "Fim"; +$strEnglishPrivileges=" Nota: nomes de privilégios do MySQL são expressos em inglês "; $strError = "Erro"; $strEscapedBy = "contornados por"; $strExtra = "Extra"; @@ -261,7 +266,6 @@ $strYes = "Sim"; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binário "; -$strBinaryDoNotEdit=" Binário - não edite "; -$strEnglishPrivileges=" Nota: nomes de privilégios do MySQL são expressos em inglês "; +$strNotNumber = "This is not a number!"; //to translate +$strNotValidNumber = " is not a valid row number!"; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index ba8fe32cc..09c540535 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "windows-1251"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Îòêàçàí äîñòúï"; $strAction = "Äåéñòâèå"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 8a9b6991c..71da9bbe6 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Access denegat"; $strAction = "Acció"; @@ -264,4 +266,6 @@ $strYes = "Si"; $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 ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 4923365de..fd30a38cd 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "big5"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "³X°Ý³Q©Úµ´"; $strAction = "°õ¦æ¾Þ§@"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 6831f4cbd..fbafdca80 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "gb2312"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "·ÃÎʱ»¾Ü¾ø"; $strAction = "Ö´ÐвÙ×÷"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index c5743cf71..e878d94ce 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-2"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Pøístup odepøen"; $strAction = "Akce"; @@ -264,4 +266,6 @@ $strYes = "Ano"; $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 ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 5fbe2e28f..6e474abdd 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "windows-1250"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Pøístup odepøen"; $strAction = "Akce"; @@ -264,4 +266,6 @@ $strYes = "Ano"; $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 ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 7516c88b5..714b773dc 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Adgang Nægtet"; $strAction = "Handling"; @@ -264,4 +266,6 @@ $strYes = "Ja"; $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 ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index a616bf5ab..3a4d588a2 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Toegang geweigerd "; $strAction = "Aktie"; @@ -264,4 +266,6 @@ $strYes = "Ja"; $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 ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 932bcaa10..06d3c2d7d 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Access denied"; $strAction = "Action"; @@ -148,6 +150,8 @@ $strNoPassword = "No Password"; $strNoPrivileges = "No Privileges"; $strNoRights = "You don't have enough rights to be here right now!"; $strNoTablesFound = "No tables found in database."; +$strNotNumber = "This is not a number!"; +$strNotValidNumber = " is not a valid row number!"; $strNoUsersFound = "No user(s) found."; $strNull = "Null"; $strNumberIndexes = " Number of advanced indexes "; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 382f83813..e40e57293 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Accès refusé"; $strAction = "Action"; @@ -32,6 +34,8 @@ $strAtEndOfTable = "En fin de Table"; $strAttr = "Attributs"; $strBack = "Retour"; +$strBinary="Binaire"; +$strBinaryDoNotEdit="Binaire - ne pas éditer"; $strBookmarkLabel = "Intitulé"; $strBookmarkQuery = "Requêtes bookmarkées"; $strBookmarkThis = "Bookmarker cette requête"; @@ -87,6 +91,7 @@ $strEmptyResultSet = "MySQL n'a retourn $strEnableMagicQuotes = "Attention: Vous n'avez pas positionné magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous référer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable."; $strEnclosedBy = "entouré par"; $strEnd = "Fin"; +$strEnglishPrivileges=" Veuillez noter que les noms de privilèges sont exprimés en anglais"; $strError = "Erreur"; $strEscapedBy = "avec caractère spécial"; $strExtra = "Extra"; @@ -148,6 +153,8 @@ $strNoPassword = "aucun mot de passe"; $strNoPrivileges = "aucun privilège"; $strNoRights = "Vous n'êtes pas autorisé à accéder à cette page"; $strNoTablesFound = "Aucune table n'a été trouvée dans cette base."; +$strNotNumber = "Ce n'est pas un nombre !"; +$strNotValidNumber = " n'est pas un nombre valide !"; $strNoUsersFound = "Il n'y a aucun usager"; $strNull = "Null"; $strNumberIndexes = " Nombre d'index spéciaux "; @@ -258,10 +265,4 @@ $strWelcome = "Bienvenue $strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé"; $strYes = "Oui"; - -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) -// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary="Binaire"; -$strBinaryDoNotEdit="Binaire - ne pas éditer"; -$strEnglishPrivileges=" Veuillez noter que les noms de privilèges sont exprimés en anglais"; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index d899227a3..fd06f76b3 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Zugriff verweigert."; $strAction = "Aktion"; @@ -264,4 +266,6 @@ $strYes = "Ja"; $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 ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index ba1befb36..c05a7fbb1 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Accesso negato"; $strAction = "Azione"; @@ -264,4 +266,6 @@ $strYes = " Si "; $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 ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 67bc70f44..54c399253 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "euc-jp"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "¥¢¥¯¥»¥¹¤ÏµñÈݤµ¤ì¤Þ¤·¤¿¡£"; $strAction = "¼Â¹Ô"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 78388d096..392815ae5 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "ks_c_5601-1987"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Á¢±ÙÀÌ °ÅºÎµÇ¾ú½À´Ï´Ù."; $strAction = "½ÇÇà"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index d96e5f768..7b5f0248e 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Ingen tilgang"; $strAction = "Handling"; @@ -264,4 +266,6 @@ $strYes = "Ja"; $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 ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 93db39a3e..c782c7554 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-2"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Brak dostêpu"; $strAction = "Dzia³anie"; @@ -264,4 +266,6 @@ $strYes = "Tak"; $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 ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index cf99e9a70..d3c1b2670 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Acesso Negado"; $strAction = "Ações"; @@ -264,4 +266,6 @@ $strYes = "Sim"; $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 ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index eb3af8061..e9702f9ea 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "koi8-r"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ"; $strAction = "äÅÊÓÔ×ÉÅ"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 3b2f16fcd..94890a1ab 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "windows-1251"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = " äîñòóïå îòêàçàíî"; $strAction = "Äåéñòâèå"; @@ -264,4 +266,6 @@ $strYes = " $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 ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index cd0084060..cddb883b6 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "Acceso denegado "; $strAction = "Acción"; @@ -264,4 +266,6 @@ $strYes = "Si"; $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 ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 7e79ea077..1c801a476 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "iso-8859-1"; +$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; +$right_font_family = "helvetica, arial, geneva, sans-serif"; $strAccessDenied = "Åtkommst nekad"; $strAction = "Handling"; @@ -264,4 +266,6 @@ $strYes = "Ja"; $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 ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index e4efe4ab6..8442a5ce0 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ $charset = "tis-620"; +$left_font_family = "sans-serif"; +$right_font_family = "sans-serif"; $strAccessDenied = "äÁè͹حҵãËéãªé§Ò¹";#Access denied"; $strAction = "¡ÃзӡÒÃ"; @@ -264,4 +266,6 @@ $strYes = "Yes"; //to translate $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 ?>