From e942c1ce70f9975f36de83964446bc8ce8044d09 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 26 Aug 2002 07:04:07 +0000 Subject: [PATCH] Better fix against bug #594947. --- ChangeLog | 3 ++ lang/afrikaans-iso-8859-1.inc.php3 | 1 + lang/afrikaans-utf-8.inc.php3 | 1 + lang/albanian-iso-8859-1.inc.php3 | 1 + lang/albanian-utf-8.inc.php3 | 1 + lang/arabic-utf-8.inc.php3 | 1 + lang/arabic-windows-1256.inc.php3 | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 1 + lang/brazilian_portuguese-utf-8.inc.php3 | 1 + lang/bulgarian-koi8-r.inc.php3 | 1 + lang/bulgarian-utf-8.inc.php3 | 1 + lang/bulgarian-windows-1251.inc.php3 | 1 + lang/catalan-iso-8859-1.inc.php3 | 1 + lang/catalan-utf-8.inc.php3 | 1 + lang/chinese_big5-utf-8.inc.php3 | 1 + lang/chinese_big5.inc.php3 | 1 + lang/chinese_gb-utf-8.inc.php3 | 1 + lang/chinese_gb.inc.php3 | 1 + lang/croatian-iso-8859-2.inc.php3 | 1 + lang/croatian-utf-8.inc.php3 | 1 + lang/croatian-windows-1250.inc.php3 | 1 + lang/czech-iso-8859-2.inc.php3 | 3 +- lang/czech-utf-8.inc.php3 | 3 +- lang/czech-windows-1250.inc.php3 | 3 +- lang/danish-iso-8859-1.inc.php3 | 1 + lang/danish-utf-8.inc.php3 | 1 + lang/dutch-iso-8859-1.inc.php3 | 1 + lang/dutch-utf-8.inc.php3 | 1 + lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 1 + lang/estonian-utf-8.inc.php3 | 1 + lang/finnish-iso-8859-1.inc.php3 | 1 + lang/finnish-utf-8.inc.php3 | 1 + lang/french-iso-8859-1.inc.php3 | 3 ++ lang/french-utf-8.inc.php3 | 3 ++ lang/galician-iso-8859-1.inc.php3 | 1 + lang/galician-utf-8.inc.php3 | 1 + lang/georgian-utf-8.inc.php3 | 1 + lang/german-iso-8859-1.inc.php3 | 3 +- lang/german-utf-8.inc.php3 | 3 +- lang/greek-iso-8859-7.inc.php3 | 1 + lang/greek-utf-8.inc.php3 | 1 + lang/hebrew-iso-8859-8-i.inc.php3 | 1 + lang/hindi-utf-8.inc.php3 | 8 +-- lang/hungarian-iso-8859-2.inc.php3 | 13 ++--- lang/hungarian-utf-8.inc.php3 | 13 ++--- lang/indonesian-iso-8859-1.inc.php3 | 1 + lang/indonesian-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 1 + lang/italian-utf-8.inc.php3 | 1 + lang/japanese-euc.inc.php3 | 1 + lang/japanese-sjis.inc.php3 | 1 + lang/japanese-utf-8.inc.php3 | 1 + lang/korean-ks_c_5601-1987.inc.php3 | 1 + lang/latvian-utf-8.inc.php3 | 1 + lang/latvian-windows-1257.inc.php3 | 1 + lang/lithuanian-utf-8.inc.php3 | 1 + lang/lithuanian-windows-1257.inc.php3 | 1 + lang/malay-iso-8859-1.inc.php3 | 3 ++ lang/malay-utf-8.inc.php3 | 3 ++ lang/norwegian-iso-8859-1.inc.php3 | 1 + lang/norwegian-utf-8.inc.php3 | 1 + lang/polish-iso-8859-2.inc.php3 | 1 + lang/polish-utf-8.inc.php3 | 1 + lang/portuguese-iso-8859-1.inc.php3 | 1 + lang/portuguese-utf-8.inc.php3 | 1 + lang/romanian-iso-8859-1.inc.php3 | 3 +- lang/romanian-utf-8.inc.php3 | 3 +- lang/russian-koi8-r.inc.php3 | 1 + lang/russian-utf-8.inc.php3 | 1 + lang/russian-windows-1251.inc.php3 | 1 + lang/serbian-utf-8.inc.php3 | 1 + lang/serbian-windows-1250.inc.php3 | 1 + lang/slovak-iso-8859-2.inc.php3 | 1 + lang/slovak-utf-8.inc.php3 | 1 + lang/slovak-windows-1250.inc.php3 | 1 + lang/slovenian-iso-8859-2.inc.php3 | 11 +++-- lang/slovenian-utf-8.inc.php3 | 11 +++-- lang/slovenian-windows-1250.inc.php3 | 11 +++-- lang/spanish-iso-8859-1.inc.php3 | 1 + lang/spanish-utf-8.inc.php3 | 1 + lang/swedish-iso-8859-1.inc.php3 | 1 + lang/swedish-utf-8.inc.php3 | 1 + lang/thai-tis-620.inc.php3 | 1 + lang/thai-utf-8.inc.php3 | 1 + lang/turkish-iso-8859-9.inc.php3 | 3 +- lang/turkish-utf-8.inc.php3 | 3 +- lang/ukrainian-utf-8.inc.php3 | 1 + lang/ukrainian-windows-1251.inc.php3 | 1 + libraries/sqlvalidator.lib.php3 | 49 ++++++++++--------- 91 files changed, 167 insertions(+), 61 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c1e94709..32b79d65b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ $Source$ 2002-08-26 Alexander M. Turek * lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada. + * lang/german-*.inc.php3: Updates. + * libraries/sqlvalidator.lib.php3, lang/*.inc.php3: + Better fix against bug #594947. 2002-08-24 Marc Delisle * Documentation.html, faq 6.15: creating an index on a BLOB field diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 093ce7aaf..15619c8cc 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"ge-zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index e4f0c0bd8..a8e110a17 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strZip = '"ge-zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 38cc42268..5ed83c018 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"kompresuar me zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 2a512cdf1..44a0a67bd 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"kompresuar me zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index e35d04cb7..02f52af50 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -447,4 +447,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 2b4baa505..2b21eb1a3 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index e87e9facb..5787cb4a3 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index a3055b518..18ed08842 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -447,4 +447,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 5d336ebb9..8861b3fa5 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 6d201f698..293cd9635 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -447,4 +447,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index f00de1e8d..e414a8e09 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 99bf098f9..817e4ea7b 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -433,4 +433,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index a21b91f41..dbb9f08e9 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -434,4 +434,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 2ca45da23..9bfa67d8d 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index d0a6407ab..9cb702ea3 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 1aa36d866..10b5ee6f5 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 2c76c3747..c6aa78efe 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 895deb12d..0b8632217 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index db840acd9..91656299b 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index e448d3de4..aab423354 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index a70d35c4b..eadc8772e 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -187,7 +187,7 @@ $strIndexHasBeenDropped = 'Index %s byl odstran $strIndexName = 'Jméno indexu :'; $strIndexType = 'Typ indexu :'; $strIndexes = 'Indexy'; -$strInsecureMySQL = 'Váš konfigurační soubor obsahuje nastavení (uživatel root bez hesla), které je výchozí pro MySQL. Váš MySQL server s tímto výchozím nastavením je snadno napadnutelný, a proto byste měli změnit tuto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.'; +$strInsecureMySQL = 'Váš konfigurační soubor obsahuje nastavení (uživatel root bez hesla), které je výchozí pro MySQL. Váš MySQL server s tímto výchozím nastavením je snadno napadnutelný, a proto byste měli změnit tuto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.'; $strInsert = 'Vložit'; $strInsertAsNewRow = 'Vložit jako nový řádek'; $strInsertNewRow = 'Vložit nový řádek'; @@ -431,4 +431,5 @@ $strZip = '"zazipov $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index c24c5fdca..0db952484 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -188,7 +188,7 @@ $strIndexHasBeenDropped = 'Index %s byl odstraněn'; $strIndexName = 'JmĂŠno indexu :'; $strIndexType = 'Typ indexu :'; $strIndexes = 'Indexy'; -$strInsecureMySQL = 'VĂĄĹĄ konfiguračnĂ­ soubor obsahuje nastavenĂ­ (uĹživatel root bez hesla), kterĂŠ je vĂ˝chozĂ­ pro MySQL. VĂĄĹĄ MySQL server s tĂ­mto vĂ˝chozĂ­m nastavenĂ­m je snadno napadnutelnĂ˝, a proto byste měli změnit tuto nastavenĂ­ a tĂ­m podstatně zvýťit bezpečnost VaĹĄeho serveru.'; +$strInsecureMySQL = 'VĂĄĹĄ konfiguračnĂ­ soubor obsahuje nastavenĂ­ (uĹživatel root bez hesla), kterĂŠ je vĂ˝chozĂ­ pro MySQL. VĂĄĹĄ MySQL server s tĂ­mto vĂ˝chozĂ­m nastavenĂ­m je snadno napadnutelnĂ˝, a proto byste měli změnit tuto nastavenĂ­ a tĂ­m podstatně zvýťit bezpečnost VaĹĄeho serveru.'; $strInsert = 'VloĹžit'; $strInsertAsNewRow = 'VloĹžit jako novĂ˝ řádek'; $strInsertNewRow = 'VloĹžit novĂ˝ řádek'; @@ -432,4 +432,5 @@ $strZip = '"zazipovĂĄno"'; $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index efc9addbc..6c90318fe 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -187,7 +187,7 @@ $strIndexHasBeenDropped = 'Index %s byl odstran $strIndexName = 'Jméno indexu :'; $strIndexType = 'Typ indexu :'; $strIndexes = 'Indexy'; -$strInsecureMySQL = 'Vᚠkonfigurační soubor obsahuje nastavení (uživatel root bez hesla), které je výchozí pro MySQL. VᚠMySQL server s tímto výchozím nastavením je snadno napadnutelný, a proto byste měli změnit tuto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.'; +$strInsecureMySQL = 'Vᚠkonfigurační soubor obsahuje nastavení (uživatel root bez hesla), které je výchozí pro MySQL. VᚠMySQL server s tímto výchozím nastavením je snadno napadnutelný, a proto byste měli změnit tuto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.'; $strInsert = 'Vložit'; $strInsertAsNewRow = 'Vložit jako nový řádek'; $strInsertNewRow = 'Vložit nový řádek'; @@ -431,4 +431,5 @@ $strZip = '"zazipov $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index a1f4df012..19a78ecbb 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -440,4 +440,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index b9f3d5ebc..35c0bacde 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -441,4 +441,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 8ec4a6b34..f1fead34b 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 7a13b881c..3e41eac00 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 22cdd9843..6c72f19e6 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -411,6 +411,7 @@ $strUsers = 'Users'; $strUseTables = 'Use Tables'; $strValidateSQL = 'Validate SQL'; +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; $strValue = 'Value'; $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 1bc4d0501..1b34cb051 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -412,6 +412,7 @@ $strUsers = 'Users'; $strUseTables = 'Use Tables'; $strValidateSQL = 'Validate SQL'; +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; $strValue = 'Value'; $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 5d23b3f74..e988cd2d0 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -426,4 +426,5 @@ $strZip = '"zipitud"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index dc5cf5f10..911fd78df 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"zipitud"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index daf0ad766..ac13fc98f 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zip-pakattu"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index ec6b6fd57..1d4bdd26a 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"zip-pakattu"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 8fe2511ac..00f5b1132 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -425,4 +425,7 @@ $strYes = 'Oui'; $strZip = '"zippé"'; +// To translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate + ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 62caf0aa8..191dcdd78 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -426,4 +426,7 @@ $strYes = 'Oui'; $strZip = '"zippĂŠ"'; +// To translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate + ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 35b969463..2b122ca71 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -433,4 +433,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 76a63352f..0f805cdcb 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -434,4 +434,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 95e966d96..db7eaab4d 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 56721fa2d..8a859c477 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -419,11 +419,13 @@ $strUsers = 'Benutzer'; $strUseTables = 'Verwendete Tabellen'; $strValidateSQL = 'SQL validieren'; +$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.'; $strValue = 'Wert'; $strViewDump = 'Dump (Schema) der Tabelle anzeigen'; $strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen'; $strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver'; +$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.'; $strWelcome = 'Willkommen bei %s'; $strWithChecked = 'markierte:'; $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.'; @@ -433,5 +435,4 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index a05ff5236..8f149cd8e 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -420,11 +420,13 @@ $strUsers = 'Benutzer'; $strUseTables = 'Verwendete Tabellen'; $strValidateSQL = 'SQL validieren'; +$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte ĂźberprĂźfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.'; $strValue = 'Wert'; $strViewDump = 'Dump (Schema) der Tabelle anzeigen'; $strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen'; $strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver'; +$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.'; $strWelcome = 'Willkommen bei %s'; $strWithChecked = 'markierte:'; $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.'; @@ -434,5 +436,4 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 33e5ecc63..ebe74cef0 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 269a7ae04..34ca34b53 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 36486aadc..b63cd458f 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -442,4 +442,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 30fdb934b..e97b2e067 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -225,6 +225,7 @@ $strIndexes = 'Indexes'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate $strIndexName = 'Index name :'; //to translate $strIndexType = 'Index type :'; //to translate +$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strInsert = 'Insert'; //to translate $strInsertAsNewRow = 'Insert as a new row'; //to translate $strInsertedRows = 'Inserted rows:'; //to translate @@ -435,15 +436,16 @@ $strUsage = 'Usage'; //to translate $strUseBackquotes = 'Enclose table and field names with backquotes'; //to translate $strUserEmpty = 'The user name is empty!'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidateSQL = 'Validate SQL'; //to translate $strViewDump = 'View dump (schema) of table'; //to translate $strViewDumpDB = 'View dump (schema) of database'; //to translate +$strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWithChecked = 'With selected:'; //to translate $strWrongUser = 'Wrong username/password. Access denied.'; //to translate $strZip = '"zipped"'; //to translate -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate + ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index ec98dbedd..6f5158c9a 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -52,7 +52,7 @@ $strAtEndOfTable = 'A t $strAttr = 'Tulajdonságok'; $strBack = 'Vissza'; -$strBeginCut = 'Kivágás Kezdete'; +$strBeginCut = 'Kivágás Kezdete'; $strBeginRaw = 'Feldolgozatlan Kezdete'; $strBinary = 'Bináris'; $strBinaryDoNotEdit = 'Bináris - nem szerkeszthető'; @@ -112,7 +112,7 @@ $strDeletedRows = 'T $strDeleteFailed = 'Törlés meghiúsult!'; $strDeleteUserMessage = '%s felhasználót töröltem.'; $strDescending = 'Csökkenő'; -$strDisabled = 'Tiltott'; +$strDisabled = 'Tiltott'; $strDisplay = 'Megjelenítés'; $strDisplayFeat = 'Megjelenítés tulajdonságok'; $strDisplayOrder = 'Megjelenítés rendezés:'; @@ -136,7 +136,7 @@ $strEmptyResultSet = 'A MySQL $strEnabled = 'Engedélyezett'; $strEnd = 'Vége'; $strEndCut = 'Kivágás Vége'; -$strEndRaw = 'Feldolgozatlan Vége'; +$strEndRaw = 'Feldolgozatlan Vége'; $strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak '; $strError = 'Hiba'; $strExplain = 'SQL magyarázat'; @@ -252,7 +252,7 @@ $strNumSearchResultsInTable = '%s tal $strNumSearchResultsTotal = 'Összes: %s találat'; $strOftenQuotation = 'Gyakran idézőjel. Opcionálisan a char és varchar mezők lezárhatók a \"lezárás\"-karakterrel.'; -$strOK = 'Rendben'; +$strOK = 'Rendben'; $strOperations = 'Tevékenységek'; $strOptimizeTable = 'Tábla optimalizálás'; $strOptionalControls = 'Opcionális. Vezérlők, amelyekkel írhatsz és olvashatsz speciális karaktereket.'; @@ -358,13 +358,13 @@ $strSort = 'Sorrendez $strSpaceUsage = 'Helyfoglalás'; $strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").'; $strSQL = 'SQL'; -$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemzőben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellenőrizd, hogy az idézőjelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmezőn kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemző (parser) hibát jelez, ahol a parancsoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszerű lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben levő adatokkal együtt:'; +$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemzőben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellenőrizd, hogy az idézőjelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmezőn kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemző (parser) hibát jelez, ahol a parancsoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszerű lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben levő adatokkal együtt:'; $strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát'; $strSQLQuery = 'SQL-kérés'; $strSQLResult = 'SQL eredmény'; $strSQPBugInvalidIdentifer = 'Érvénytelen azonosító'; $strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés'; -$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring'; +$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring'; $strStatement = 'Adatok'; $strStrucCSV = 'CSV adat'; $strStrucData = 'Szerkezet és adatok'; @@ -430,4 +430,5 @@ $strSearchOption1 = 'at least one of the words';//to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 729f8cbe0..b8f76123f 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -53,7 +53,7 @@ $strAtEndOfTable = 'A tĂĄbla vĂŠgĂŠnĂŠl'; $strAttr = 'TulajdonsĂĄgok'; $strBack = 'Vissza'; -$strBeginCut = 'KivĂĄgĂĄs Kezdete'; +$strBeginCut = 'KivĂĄgĂĄs Kezdete'; $strBeginRaw = 'Feldolgozatlan Kezdete'; $strBinary = 'BinĂĄris'; $strBinaryDoNotEdit = 'BinĂĄris - nem szerkeszthető'; @@ -113,7 +113,7 @@ $strDeletedRows = 'TĂśrĂślt sorok:'; $strDeleteFailed = 'TĂśrlĂŠs meghiĂşsult!'; $strDeleteUserMessage = '%s felhasznĂĄlĂłt tĂśrĂśltem.'; $strDescending = 'CsĂśkkenő'; -$strDisabled = 'Tiltott'; +$strDisabled = 'Tiltott'; $strDisplay = 'MegjelenĂ­tĂŠs'; $strDisplayFeat = 'MegjelenĂ­tĂŠs tulajdonsĂĄgok'; $strDisplayOrder = 'MegjelenĂ­tĂŠs rendezĂŠs:'; @@ -137,7 +137,7 @@ $strEmptyResultSet = 'A MySQL Ăźreset adott vissza (nincsenek sorok).'; $strEnabled = 'EngedĂŠlyezett'; $strEnd = 'VĂŠge'; $strEndCut = 'KivĂĄgĂĄs VĂŠge'; -$strEndRaw = 'Feldolgozatlan VĂŠge'; +$strEndRaw = 'Feldolgozatlan VĂŠge'; $strEnglishPrivileges = ' MegjegyzĂŠs: A MySQL privilĂŠgium nevek az angolbĂłl szĂĄrmaznak '; $strError = 'Hiba'; $strExplain = 'SQL magyarĂĄzat'; @@ -253,7 +253,7 @@ $strNumSearchResultsInTable = '%s talĂĄlat %s tĂĄblĂĄban'; $strNumSearchResultsTotal = 'Összes: %s talĂĄlat'; $strOftenQuotation = 'Gyakran idĂŠzőjel. OpcionĂĄlisan a char ĂŠs varchar mezők lezĂĄrhatĂłk a \"lezĂĄrĂĄs\"-karakterrel.'; -$strOK = 'Rendben'; +$strOK = 'Rendben'; $strOperations = 'TevĂŠkenysĂŠgek'; $strOptimizeTable = 'TĂĄbla optimalizĂĄlĂĄs'; $strOptionalControls = 'OpcionĂĄlis. VezĂŠrlők, amelyekkel Ă­rhatsz ĂŠs olvashatsz speciĂĄlis karaktereket.'; @@ -359,13 +359,13 @@ $strSort = 'SorrendezĂŠs'; $strSpaceUsage = 'HelyfoglalĂĄs'; $strSplitWordsWithSpace = 'A szavak fel vannak osztva szĂłkĂśz karakter szerint (" ").'; $strSQL = 'SQL'; -$strSQLParserBugMessage = 'EsĂŠly van rĂĄ, hogy egy hibĂĄt talĂĄlhattĂĄl az SQL szintaktikai elemzőben (parser). VizsgĂĄld meg gondosan a lekĂŠrdezĂŠsedet, ellenőrizd, hogy az idĂŠzőjelek jĂłk ĂŠs jĂłl illeszkednek. MĂĄs lehetsĂŠges hiba oka lehet, hogy binĂĄrisan tĂśltĂśttĂŠl fel egy fĂĄjlt az idĂŠzett szĂśvegmezőn kĂ­vĂźl. KiprĂłbĂĄlhatod a lekĂŠrĂŠsedet a MySQL parancssoros felĂźletĂŠn. A MySQL szerver hibakimenete alul lĂĄthatĂł, ha van ott valami, az segĂ­thet felderĂ­teni a hiba okĂĄt. Ha mĂŠg mindig gondjaid vannak, vagy a szintaktiaki elemző (parser) hibĂĄt jelez, ahol a parancsoros felĂźleten vĂŠgrehajtĂłdik, redukĂĄld a problĂŠmĂĄt okozĂł SQL lekĂŠrdezĂŠst egy egyszerű lekĂŠrdezĂŠssĂŠ, ĂŠs kĂźldd el egy hibajelzĂŠsben (bug report) az alsĂł KivĂĄgĂĄs rĂŠszben levő adatokkal egyĂźtt:'; +$strSQLParserBugMessage = 'EsĂŠly van rĂĄ, hogy egy hibĂĄt talĂĄlhattĂĄl az SQL szintaktikai elemzőben (parser). VizsgĂĄld meg gondosan a lekĂŠrdezĂŠsedet, ellenőrizd, hogy az idĂŠzőjelek jĂłk ĂŠs jĂłl illeszkednek. MĂĄs lehetsĂŠges hiba oka lehet, hogy binĂĄrisan tĂśltĂśttĂŠl fel egy fĂĄjlt az idĂŠzett szĂśvegmezőn kĂ­vĂźl. KiprĂłbĂĄlhatod a lekĂŠrĂŠsedet a MySQL parancssoros felĂźletĂŠn. A MySQL szerver hibakimenete alul lĂĄthatĂł, ha van ott valami, az segĂ­thet felderĂ­teni a hiba okĂĄt. Ha mĂŠg mindig gondjaid vannak, vagy a szintaktiaki elemző (parser) hibĂĄt jelez, ahol a parancsoros felĂźleten vĂŠgrehajtĂłdik, redukĂĄld a problĂŠmĂĄt okozĂł SQL lekĂŠrdezĂŠst egy egyszerű lekĂŠrdezĂŠssĂŠ, ĂŠs kĂźldd el egy hibajelzĂŠsben (bug report) az alsĂł KivĂĄgĂĄs rĂŠszben levő adatokkal egyĂźtt:'; $strSQLParserUserError = 'Úgy lĂĄtszik az SQL lekĂŠrdezĂŠsedben van egy hiba. A MySQL szerver hibakimenete alul lĂĄthatĂł, ha van ott valami, az segĂ­thet felderĂ­teni a hiba okĂĄt'; $strSQLQuery = 'SQL-kĂŠrĂŠs'; $strSQLResult = 'SQL eredmĂŠny'; $strSQPBugInvalidIdentifer = 'ÉrvĂŠnytelen azonosĂ­tĂł'; $strSQPBugUnclosedQuote = 'LezĂĄratlan lekĂŠrdezĂŠs'; -$strSQPBugUnknownPunctuation = 'Ismeretlen kĂśzpontozott sztring'; +$strSQPBugUnknownPunctuation = 'Ismeretlen kĂśzpontozott sztring'; $strStatement = 'Adatok'; $strStrucCSV = 'CSV adat'; $strStrucData = 'Szerkezet ĂŠs adatok'; @@ -431,4 +431,5 @@ $strSearchOption1 = 'at least one of the words';//to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 0b5e91884..79de2276c 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"Dikompress dengan Zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index f5f0727f9..02864ec08 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"Dikompress dengan Zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index f0a052499..439c44cda 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"compresso con zip"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 44e7babdc..e1e22d9a3 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strZip = '"compresso con zip"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 3ca46f130..bb3a8f624 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -438,4 +438,5 @@ $strYes = ' $strZip = '"zip¤ľ¤ě¤ë"'; // To translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 8eb8ab6f7..27a7774b5 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -436,4 +436,5 @@ $strYes = ' $strZip = '"zip‚ł‚ę‚é"'; // To translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 66b32dc17..1dc22051d 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -436,4 +436,5 @@ $strYes = 'はい'; $strZip = '"zipされる"'; // To translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index d24d43eff..9619b7760 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 3cf4b87c0..950b64307 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index ad4de4ad8..fdc68f80a 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index c277c3ccf..d60d6b349 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 86d728741..1ad3f0235 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -432,4 +432,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index fb426d586..7267a7b3b 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -444,5 +444,8 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.'; $strYes = 'Ya'; $strZip = '"zipped"'; +// To translate + $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index ae212b177..bc68951f4 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -445,5 +445,8 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.'; $strYes = 'Ya'; $strZip = '"zipped"'; +// To translate + $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 27a6463c1..d2c9c59d6 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -440,4 +440,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index d460de205..8e3181c72 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -441,4 +441,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index af8816465..0441d1c89 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -426,4 +426,5 @@ $strZip = '".zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 17a5ca8c3..f9b5870d0 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -427,4 +427,5 @@ $strZip = '".zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 9940feb86..01eb33217 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -437,4 +437,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 7341dd3cc..0002d84cb 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -438,4 +438,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index ba439dc20..4ff56a0eb 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -399,7 +399,7 @@ $strUserName = 'Nume de utilizator'; $strUsers = 'Utilizatori'; $strUseTables = 'Utilizare tabele'; -$strValidateSQL = 'Valideaza SQL'; +$strValidateSQL = 'Valideaza SQL'; $strValue = 'Valoare'; $strViewDump = 'Vizualizarea schemei tabelului'; $strViewDumpDB = 'Vizualizarea schemei bazei de date'; @@ -430,4 +430,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 534dccf80..4cd31e34c 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -400,7 +400,7 @@ $strUserName = 'Nume de utilizator'; $strUsers = 'Utilizatori'; $strUseTables = 'Utilizare tabele'; -$strValidateSQL = 'Valideaza SQL'; +$strValidateSQL = 'Valideaza SQL'; $strValue = 'Valoare'; $strViewDump = 'Vizualizarea schemei tabelului'; $strViewDumpDB = 'Vizualizarea schemei bazei de date'; @@ -431,4 +431,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index a7ca145a2..0f4837d8b 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 86f5b828d..4117ea48b 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -437,4 +437,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 0ce316731..146864470 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index c874a1f2a..b37ef7448 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -448,4 +448,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 2f66dc230..3843f331b 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -447,4 +447,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 8a83378fe..1510e0293 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"zo zipovan $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 1a06252bb..c700fb0fc 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zo zipovanĂŠ"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 730b70cbd..a977a0d3e 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"zo zipovan $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 9d2146336..ad4b303b6 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -54,7 +54,7 @@ $strAttr = 'Atributi'; $strBack = 'Nazaj'; $strBeginCut = 'ZAČETEK IZREZA'; -$strBeginRaw = 'BEGIN RAW'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; $strBinaryDoNotEdit = 'Binarno - ne urejaj'; $strBookmarkDeleted = 'Zaznamek je odstranjen.'; @@ -74,7 +74,7 @@ $strCarriage = 'Znak za pomik na za $strChange = 'Spremeni'; $strChangeDisplay = 'Izberite polje za prikaz'; $strChangePassword = 'Spremeni geslo'; -$strCharsetOfFile = 'Nabor znakov datoteke:'; +$strCharsetOfFile = 'Nabor znakov datoteke:'; $strCheckAll = 'Označi vse'; $strCheckDbPriv = 'Preveri privilegije podatkovne baze'; $strCheckTable = 'Preveri tabelo'; @@ -137,7 +137,7 @@ $strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno $strEnabled = 'Omogočeno'; $strEnd = 'Konec'; $strEndCut = 'KONEC IZREZA'; -$strEndRaw = 'END RAW'; +$strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini '; $strError = 'Napaka'; $strExplain = 'Razloži SQL stavek'; @@ -367,8 +367,8 @@ $strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri $strSQLQuery = 'SQL-poizvedba'; $strSQLResult = 'Rezultat SQL'; $strSQPBugInvalidIdentifer = 'Neveljavni identifikator'; -$strSQPBugUnknownPunctation = 'Neznan niz ločil'; -$strSQPBugUnclosedQuote = 'Odprt citat'; +$strSQPBugUnknownPunctation = 'Neznan niz ločil'; +$strSQPBugUnclosedQuote = 'Odprt citat'; $strStatement = 'Izjave'; $strStrucCSV = 'CSV podatki'; $strStrucData = 'Struktura in podatki'; @@ -430,4 +430,5 @@ $strZip = '"zipano"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 6214b44f3..755ae3ea6 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -55,7 +55,7 @@ $strAttr = 'Atributi'; $strBack = 'Nazaj'; $strBeginCut = 'ZAČETEK IZREZA'; -$strBeginRaw = 'BEGIN RAW'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; $strBinaryDoNotEdit = 'Binarno - ne urejaj'; $strBookmarkDeleted = 'Zaznamek je odstranjen.'; @@ -75,7 +75,7 @@ $strCarriage = 'Znak za pomik na začetek vrste (Carriage return): \\r'; $strChange = 'Spremeni'; $strChangeDisplay = 'Izberite polje za prikaz'; $strChangePassword = 'Spremeni geslo'; -$strCharsetOfFile = 'Nabor znakov datoteke:'; +$strCharsetOfFile = 'Nabor znakov datoteke:'; $strCheckAll = 'Označi vse'; $strCheckDbPriv = 'Preveri privilegije podatkovne baze'; $strCheckTable = 'Preveri tabelo'; @@ -138,7 +138,7 @@ $strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mnoĹžico (npr. nič vrs $strEnabled = 'Omogočeno'; $strEnd = 'Konec'; $strEndCut = 'KONEC IZREZA'; -$strEndRaw = 'END RAW'; +$strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini '; $strError = 'Napaka'; $strExplain = 'RazloĹži SQL stavek'; @@ -368,8 +368,8 @@ $strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi priĹĄlo do napake. Če $strSQLQuery = 'SQL-poizvedba'; $strSQLResult = 'Rezultat SQL'; $strSQPBugInvalidIdentifer = 'Neveljavni identifikator'; -$strSQPBugUnknownPunctation = 'Neznan niz ločil'; -$strSQPBugUnclosedQuote = 'Odprt citat'; +$strSQPBugUnknownPunctation = 'Neznan niz ločil'; +$strSQPBugUnclosedQuote = 'Odprt citat'; $strStatement = 'Izjave'; $strStrucCSV = 'CSV podatki'; $strStrucData = 'Struktura in podatki'; @@ -431,4 +431,5 @@ $strZip = '"zipano"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 5f4099c07..126f1bc65 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -54,7 +54,7 @@ $strAttr = 'Atributi'; $strBack = 'Nazaj'; $strBeginCut = 'ZAČETEK IZREZA'; -$strBeginRaw = 'BEGIN RAW'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; $strBinaryDoNotEdit = 'Binarno - ne urejaj'; $strBookmarkDeleted = 'Zaznamek je odstranjen.'; @@ -74,7 +74,7 @@ $strCarriage = 'Znak za pomik na za $strChange = 'Spremeni'; $strChangeDisplay = 'Izberite polje za prikaz'; $strChangePassword = 'Spremeni geslo'; -$strCharsetOfFile = 'Nabor znakov datoteke:'; +$strCharsetOfFile = 'Nabor znakov datoteke:'; $strCheckAll = 'Označi vse'; $strCheckDbPriv = 'Preveri privilegije podatkovne baze'; $strCheckTable = 'Preveri tabelo'; @@ -137,7 +137,7 @@ $strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno $strEnabled = 'Omogočeno'; $strEnd = 'Konec'; $strEndCut = 'KONEC IZREZA'; -$strEndRaw = 'END RAW'; +$strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini '; $strError = 'Napaka'; $strExplain = 'Razloži SQL stavek'; @@ -367,8 +367,8 @@ $strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri $strSQLQuery = 'SQL-poizvedba'; $strSQLResult = 'Rezultat SQL'; $strSQPBugInvalidIdentifer = 'Neveljavni identifikator'; -$strSQPBugUnknownPunctation = 'Neznan niz ločil'; -$strSQPBugUnclosedQuote = 'Odprt citat'; +$strSQPBugUnknownPunctation = 'Neznan niz ločil'; +$strSQPBugUnclosedQuote = 'Odprt citat'; $strStatement = 'Izjave'; $strStrucCSV = 'CSV podatki'; $strStrucData = 'Struktura in podatki'; @@ -430,4 +430,5 @@ $strZip = '"zipano"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 63112a2a4..5f19c3b73 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -428,4 +428,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 476b1db00..a5ac673b6 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -429,4 +429,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index ccea07def..f425f0771 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"zippad"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 94ca86619..702154e7e 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"zippad"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 9893952d3..fb08de628 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -430,4 +430,5 @@ $strZip = '" $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index caccdbb0d..192a13daf 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"ถูกบีบอัดอยู่ (zip)"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 79b59d9ab..60a5e7b9b 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -402,7 +402,7 @@ $strUserName = 'Kullan $strUsers = 'Kullanýcýlar'; $strUseTables = 'Tablolarý kullan'; -$strValidateSQL = 'SQL\'i dođrula'; +$strValidateSQL = 'SQL\'i dođrula'; $strValue = 'Deđer'; $strViewDump = 'Tablo\'nun döküm(ţema)\'ünü göster'; $strViewDumpDB = 'Veritabaný\'nýn döküm(ţema)\'ünü göster'; @@ -433,4 +433,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index d4e513bfc..9bc026d1e 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -403,7 +403,7 @@ $strUserName = 'KullanÄącÄą ismi'; $strUsers = 'KullanÄącÄąlar'; $strUseTables = 'TablolarÄą kullan'; -$strValidateSQL = 'SQL\'i doğrula'; +$strValidateSQL = 'SQL\'i doğrula'; $strValue = 'Değer'; $strViewDump = 'Tablo\'nun dĂśkĂźm(şema)\'ĂźnĂź gĂśster'; $strViewDumpDB = 'VeritabanÄą\'nÄąn dĂśkĂźm(şema)\'ĂźnĂź gĂśster'; @@ -434,4 +434,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 624e9ba93..03fec1c2d 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 6afca9a4c..1f69b7431 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate ?> diff --git a/libraries/sqlvalidator.lib.php3 b/libraries/sqlvalidator.lib.php3 index 3c9b5e33e..ae8f329ae 100644 --- a/libraries/sqlvalidator.lib.php3 +++ b/libraries/sqlvalidator.lib.php3 @@ -62,31 +62,36 @@ if (!defined('PMA_SQL_VALIDATOR_INCLUDED')) { $str = ''; - if ($cfg['SQLValidator']['use'] - && !(isset($GLOBALS['sqlvalidator_error']) - && $GLOBALS['sqlvalidator_error'])) { - // create new class instance - $srv = new PMA_SQLValidator(); + if ($cfg['SQLValidator']['use']) { + if (!(isset($GLOBALS['sqlvalidator_error']) + || !$GLOBALS['sqlvalidator_error'])) { + // create new class instance + $srv = new PMA_SQLValidator(); + + // Checks for username settings + // The class defaults to anonymous with an empty password + // automatically + if ($cfg['SQLValidator']['username'] != '') { + $srv->setCredentials($cfg['SQLValidator']['username'], $cfg['SQLValidator']['password']); + } + + // Identify ourselves to the server properly... + $srv->appendCallingProgram('phpMyAdmin', PMA_VERSION); + + // ... and specify what database system we are using + $srv->setTargetDbms('MySQL', PMA_MYSQL_STR_VERSION); + + // Log on to service + $srv->start(); + + // Do service validation + $str = $srv->validationString($sql); + + } else { + $str = sprintf($GLOBALS['strValidatorError'], '', ''); - // Checks for username settings - // The class defaults to anonymous with an empty password - // automatically - if ($cfg['SQLValidator']['username'] != '') { - $srv->setCredentials($cfg['SQLValidator']['username'], $cfg['SQLValidator']['password']); } - // Identify ourselves to the server properly... - $srv->appendCallingProgram('phpMyAdmin', PMA_VERSION); - - // ... and specify what database system we are using - $srv->setTargetDbms('MySQL', PMA_MYSQL_STR_VERSION); - - // Log on to service - $srv->start(); - - // Do service validation - $str = $srv->validationString($sql); - } else { // The service is not available so note that properly $str = $GLOBALS['strValidatorDisabled'];