From 02a2314b1fe16f3cfdd93f8f74a5774c5c6d0294 Mon Sep 17 00:00:00 2001 From: Valter Georgiev Date: Tue, 25 Feb 2014 04:27:51 +0100 Subject: [PATCH 1/8] Translated using Weblate (Bulgarian) Currently translated at 71.5% (1966 of 2749) --- po/bg.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/bg.po b/po/bg.po index eb1e7bfeb4..b21de8654b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-20 07:47+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2014-02-25 04:27+0200\n" +"Last-Translator: Valter Georgiev \n" "Language-Team: Bulgarian " "\n" "Language: bg\n" @@ -10364,7 +10364,7 @@ msgstr "Специфични за колоната права" #: libraries/server_privileges.lib.php:2785 #| msgid "Add privileges on the following database" msgid "Add privileges on the following database:" -msgstr "Добавяне на права" +msgstr "Добавяне на права върху ДБ" #: libraries/server_privileges.lib.php:2812 msgid "Wildcards % and _ should be escaped with a \\ to use them literally." From 495eda9df35a156ccacd743d4176f26c04904518 Mon Sep 17 00:00:00 2001 From: minhaz Date: Thu, 27 Feb 2014 04:23:43 +0530 Subject: [PATCH 2/8] testBlowFishDecrypt() testcase added Signed-off-by: A V Minhaz --- .../classes/plugin/auth/PMA_AuthenticationCookie_test.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php b/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php index b00e9ad51c..0862fe22e2 100644 --- a/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php +++ b/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php @@ -1101,7 +1101,13 @@ class PMA_AuthenticationCookie_Test extends PHPUnit_Framework_TestCase public function testBlowfishDecrypt() { if (function_exists('mcrypt_encrypt')) { - $this->markTestIncomplete('Not testing mcrypt support'); + $this->assertEquals( + 'root', + $this->object->blowfishDecrypt( + 'UG1MQSH8SSM=', + '04a4f0a762b42202d7c90fb0a1b83451' + ) + ); } else { $this->assertEquals( 'data123', From 501d25fe622a83826b0d57541eb4f2551c49f5af Mon Sep 17 00:00:00 2001 From: minhaz Date: Thu, 27 Feb 2014 14:46:57 +0530 Subject: [PATCH 3/8] fixing build test and adding test cases Test case added for testBlowfishDecrypt() and modified for testBlowfishEncrypt() Signed-off-by: A V Minhaz --- .../auth/PMA_AuthenticationCookie_test.php | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php b/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php index 0862fe22e2..9cefe5e2b6 100644 --- a/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php +++ b/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php @@ -1078,18 +1078,14 @@ class PMA_AuthenticationCookie_Test extends PHPUnit_Framework_TestCase $this->object->blowfishEncrypt('data123', 'sec321') ); } else { + //using our own iv for testing + $tmp = $GLOBALS['iv']; + $GLOBALS['iv'] = "testiv09"; $this->assertEquals( - base64_encode( - mcrypt_encrypt( - MCRYPT_BLOWFISH, - 'sec321', - 'data123', - MCRYPT_MODE_CBC, - $GLOBALS['iv'] - ) - ), + 'x/2GwHKoPyc=', $this->object->blowfishEncrypt('data123', 'sec321') ); + $GLOBALS['iv'] = $tmp; } } @@ -1101,13 +1097,16 @@ class PMA_AuthenticationCookie_Test extends PHPUnit_Framework_TestCase public function testBlowfishDecrypt() { if (function_exists('mcrypt_encrypt')) { - $this->assertEquals( - 'root', - $this->object->blowfishDecrypt( - 'UG1MQSH8SSM=', - '04a4f0a762b42202d7c90fb0a1b83451' - ) - ); + + //using our own iv for testing + $tmp = $GLOBALS['iv']; + $GLOBALS['iv'] = "testiv09"; + $this->assertEquals( + 'data123', + $this->object->blowfishDecrypt('x/2GwHKoPyc=', 'sec321') + ); + $GLOBALS['iv'] = $tmp; + } else { $this->assertEquals( 'data123', From bd2f9d13562113c31a89247e66475a1cb60d4a9b Mon Sep 17 00:00:00 2001 From: "cmdr.by" Date: Wed, 26 Feb 2014 17:35:36 +0100 Subject: [PATCH 4/8] Translated using Weblate (Belarusian) Currently translated at 31.6% (871 of 2749) --- po/be.po | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/po/be.po b/po/be.po index ea199b9aa7..ca5ce5305f 100644 --- a/po/be.po +++ b/po/be.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-24 17:20+0200\n" +"PO-Revision-Date: 2014-02-26 17:35+0200\n" "Last-Translator: cmdr.by \n" "Language-Team: Belarusian " "\n" @@ -22,6 +22,8 @@ msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." msgstr "" +"Файл %s недаступны на гэтай сістэме, падрабязнасці на сайце " +"www.phpmyadmin.net." #: db_create.php:61 #, php-format @@ -58,10 +60,9 @@ msgstr "Камэнтар да табліцы" #: libraries/tbl_relation.lib.php:328 libraries/tbl_relation.lib.php:416 #: libraries/tbl_relation.lib.php:544 libraries/tbl_tracking.lib.php:731 #: libraries/tbl_tracking.lib.php:818 -#, fuzzy #| msgid "Column names" msgid "Column" -msgstr "Назвы калёнак" +msgstr "Калонка" #: db_datadict.php:169 db_printview.php:49 libraries/Index.class.php:564 #: libraries/TableSearch.class.php:186 libraries/insert_edit.lib.php:243 @@ -232,16 +233,14 @@ msgid "Database %1$s has been copied to %2$s" msgstr "База дадзеных %s была скапіяваная ў %s" #: db_operations.php:260 -#, fuzzy, php-format +#, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " #| "To find out why click %shere%s." msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." -msgstr "" -"Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб " -"высьветліць чаму, націсьніце %sтут%s." +msgstr "Сховішча канфігурацыі PHPMyAdmin дэактываванае. %sДаведацца%s чаму." #: db_printview.php:47 db_tracking.php:81 db_tracking.php:208 #: libraries/Menu.class.php:235 libraries/config/messages.inc.php:519 @@ -275,10 +274,9 @@ msgstr "выкарыстоўваецца" #: db_printview.php:119 libraries/plugins/export/ExportSql.class.php:1042 #: libraries/schema/Pdf_Relation_Schema.class.php:1353 -#, fuzzy #| msgid "Creation" msgid "Creation:" -msgstr "Створаная" +msgstr "Створаная:" #: db_printview.php:128 libraries/plugins/export/ExportSql.class.php:1055 #: libraries/schema/Pdf_Relation_Schema.class.php:1358 @@ -15049,16 +15047,14 @@ msgid "Your absolute InnoDB log size is %s MiB" msgstr "" #: libraries/advisory_rules.txt:450 -#, fuzzy #| msgid "Buffer pool size" msgid "InnoDB buffer pool size" -msgstr "Памер пулу буфэру" +msgstr "Памер пулу буфэру InnoDB" #: libraries/advisory_rules.txt:453 -#, fuzzy #| msgid "Buffer pool size" msgid "Your InnoDB buffer pool is fairly small." -msgstr "Памер пулу буфэру" +msgstr "Недастатковы памер буферу InnoDB." #: libraries/advisory_rules.txt:454 #, php-format From 105ace3e5d4d0cf8cc0249532d4b1a76dbc8bf07 Mon Sep 17 00:00:00 2001 From: Fahad Abdullah Alshareef Date: Thu, 27 Feb 2014 00:38:44 +0100 Subject: [PATCH 5/8] Translated using Weblate (Arabic) Currently translated at 45.7% (1257 of 2749) --- po/ar.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/ar.po b/po/ar.po index 74c525d5fe..74f6068679 100644 --- a/po/ar.po +++ b/po/ar.po @@ -4,9 +4,9 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-02 11:01+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Arabic \n" +"PO-Revision-Date: 2014-02-27 00:38+0200\n" +"Last-Translator: Fahad Abdullah Alshareef \n" +"Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -423,12 +423,12 @@ msgstr "سجل قاعدة البيانات" msgid "" "An error has been detected and an error report has been automatically " "submitted based on your settings." -msgstr "" +msgstr "تم اكتشاف خطأ، وتلقائياً تم إرسال تقرير بهذا الخطأ بناءً على إعداداتك." #: error_report.php:37 error_report.php:54 error_report.php:65 #: error_report.php:81 msgid "You may want to refresh the page." -msgstr "" +msgstr "لربما يكون من الأفضل أن تقوم بتحديث هذه الصفحة." #: error_report.php:45 msgid "" From 7c4f69914a2d81b6f10cc2ca49cb8cacb0decd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Feb 2014 10:40:56 +0100 Subject: [PATCH 6/8] Translated using Weblate (Belarusian) Currently translated at 31.6% (871 of 2749) --- po/be.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/be.po b/po/be.po index ca5ce5305f..f65596365d 100644 --- a/po/be.po +++ b/po/be.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-26 17:35+0200\n" -"Last-Translator: cmdr.by \n" +"PO-Revision-Date: 2014-02-27 10:40+0200\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Belarusian " "\n" "Language: be\n" @@ -39,7 +39,7 @@ msgstr "Камэнтар да базы дадзеных: " #: libraries/tbl_printview.lib.php:579 #| msgid "Table comments" msgid "Table comments:" -msgstr "Камэнтар да табліцы" +msgstr "Камэнтар да табліцы:" #: db_datadict.php:168 libraries/Index.class.php:567 #: libraries/TableSearch.class.php:185 libraries/TableSearch.class.php:1282 From 6d587f2cd40c9dccae5e5e5199687c0b76d9c567 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 26 Feb 2014 21:29:52 +0100 Subject: [PATCH 7/8] Translated using Weblate (French) Currently translated at 100.0% (2749 of 2749) --- po/fr.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/po/fr.po b/po/fr.po index 06bee8e8c9..0df4014d83 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,9 +4,9 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-02 10:54+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: French \n" +"PO-Revision-Date: 2014-02-26 21:29+0200\n" +"Last-Translator: Marc Delisle \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1061,15 +1061,15 @@ msgstr "" #: js/messages.php:81 msgid "Query cache efficiency" -msgstr "Efficacité de la cache de requêtes" +msgstr "Efficacité du cache de requêtes" #: js/messages.php:82 msgid "Query cache usage" -msgstr "Utilisation de la cache de requêtes" +msgstr "Utilisation du cache de requêtes" #: js/messages.php:83 msgid "Query cache used" -msgstr "Cache de requêtes utilisée" +msgstr "Cache de requêtes utilisé" #: js/messages.php:85 msgid "System CPU Usage" @@ -3262,7 +3262,7 @@ msgstr "Montrer l'état des serveurs esclaves" #: libraries/ServerStatusData.class.php:244 msgid "Flush query cache" -msgstr "Vider la cache des requêtes" +msgstr "Vider le cache des requêtes" #: libraries/ServerStatusData.class.php:263 #: libraries/engines/innodb.lib.php:144 From f5656d4a4d257ee3db7a1885ad8c155b5840cfbc Mon Sep 17 00:00:00 2001 From: Giovanni Sora Date: Wed, 26 Feb 2014 22:56:30 +0100 Subject: [PATCH 8/8] Translated using Weblate (Interlingua) Currently translated at 41.3% (1137 of 2749) --- po/ia.po | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/po/ia.po b/po/ia.po index 8f698b1ac8..54d4883f73 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,10 +8,10 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-10 14:21+0200\n" +"PO-Revision-Date: 2014-02-26 22:56+0200\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua " -"\n" +"\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -5372,6 +5372,10 @@ msgid "" "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" +"Si TRUE (ver), le processo de abandonar (logout) remove omne cookies pro " +"omne le servitores; si FALSE, le processo de logout solmente occurre pro le " +"servitor currente, Si on fixa isto a FALSE il es facile oblidar de abandonar " +"(logout) altere servitores quando on connecte a servitores multiple." #: libraries/config/messages.inc.php:278 msgid "Delete all cookies on logout" @@ -5537,6 +5541,8 @@ msgstr "Minime numero de elementos de monstrar in le quadro de filtro" #: libraries/config/messages.inc.php:314 msgid "Minimum number of databases to display the database filter box" msgstr "" +"Le numero minime de base de datos pro monstrar le quadro de filtrar base de " +"datos" #: libraries/config/messages.inc.php:315 msgid "" @@ -5546,7 +5552,7 @@ msgstr "" #: libraries/config/messages.inc.php:316 msgid "Group items in the tree" -msgstr "" +msgstr "Elementos de gruppo in le arbore" #: libraries/config/messages.inc.php:317 msgid "String that separates databases into different tree levels" @@ -5554,7 +5560,7 @@ msgstr "" #: libraries/config/messages.inc.php:318 msgid "Database tree separator" -msgstr "" +msgstr "Separator de arbore de base de datos" #: libraries/config/messages.inc.php:319 msgid "String that separates tables into different tree levels" @@ -5562,11 +5568,11 @@ msgstr "" #: libraries/config/messages.inc.php:320 msgid "Table tree separator" -msgstr "" +msgstr "Separator de arbore de tabellas" #: libraries/config/messages.inc.php:321 msgid "Maximum table tree depth" -msgstr "" +msgstr "Maxime profunditate de arbore de tabellas" #: libraries/config/messages.inc.php:322 msgid "Highlight server under the mouse cursor" @@ -5574,7 +5580,7 @@ msgstr "" #: libraries/config/messages.inc.php:323 msgid "Enable highlighting" -msgstr "" +msgstr "Habilita evidentiar" #: libraries/config/messages.inc.php:324 msgid "Maximum number of recently used tables; set 0 to disable" @@ -5582,7 +5588,7 @@ msgstr "" #: libraries/config/messages.inc.php:325 msgid "Recently used tables" -msgstr "" +msgstr "Tabellas usate recentemente" #: libraries/config/messages.inc.php:326 msgid "These are Edit, Copy and Delete links" @@ -5590,7 +5596,7 @@ msgstr "" #: libraries/config/messages.inc.php:327 msgid "Where to show the table row links" -msgstr "" +msgstr "Ubi monstrar le ligamines de rango de tabellas" #: libraries/config/messages.inc.php:328 msgid "Use natural order for sorting table and database names" @@ -5598,7 +5604,7 @@ msgstr "" #: libraries/config/messages.inc.php:329 msgid "Natural order" -msgstr "" +msgstr "Ordine natural" #: libraries/config/messages.inc.php:330 libraries/config/messages.inc.php:344 #: libraries/config/messages.inc.php:346 @@ -5625,7 +5631,7 @@ msgstr "" #: libraries/config/messages.inc.php:335 msgid "Default sorting order" -msgstr "" +msgstr "Modo de ordinar predefinite" #: libraries/config/messages.inc.php:336 msgid "Use persistent connections to MySQL databases" @@ -5633,7 +5639,7 @@ msgstr "" #: libraries/config/messages.inc.php:337 msgid "Persistent connections" -msgstr "" +msgstr "Connexiones persistente" #: libraries/config/messages.inc.php:338 msgid "" @@ -12385,6 +12391,9 @@ msgid "" "so a key was automatically generated for you. It is used to encrypt cookies; " "you don't need to remember it." msgstr "" +"Tu non habeva fixate le parola clave de blowfish e tu ha habilitate " +"authentication de cookie, assi un clave ha essite create pro te. Illo es " +"usate pro cryptar cookie; tu non necessita memorar lo." #: setup/lib/index.lib.php:226 #, php-format