The branch, master has been updated via f196b4804d8e96386a822e68927e2103956a868f (commit) via 16b0e8a9ed30596f58815e8337f41982393c7c39 (commit) via 24b573720c72a08331b9d41fbbd642ec5d994735 (commit) via 6fc336b2ddf86e3de51e5c21efccbf25ff4ba386 (commit) from 51ac7f9be25a43e8c6ea929d31c5d2e0548529ad (commit)
- Log ----------------------------------------------------------------- commit f196b4804d8e96386a822e68927e2103956a868f Merge: 51ac7f9 16b0e8a Author: Dieter Adriaenssens ruleant@users.sourceforge.net Date: Wed Jan 25 17:52:59 2012 +0100
Merge branch 'QA_3_5'
Conflicts: Documentation.html README libraries/Config.class.php
-----------------------------------------------------------------------
Summary of changes: db_structure.php | 2 +- js/server_status_monitor.js | 2 +- pmd_general.php | 2 +- po/af.po | 49 +++++++++--------- po/ar.po | 61 +++++++++++----------- po/az.po | 49 +++++++++--------- po/be.po | 61 +++++++++++----------- po/be@latin.po | 73 +++++++++++++------------- po/bg.po | 57 +++++++++++---------- po/bn.po | 61 +++++++++++----------- po/br.po | 61 +++++++++++----------- po/bs.po | 49 +++++++++--------- po/ca.po | 69 +++++++++++++------------ po/cs.po | 85 ++++++++++++++----------------- po/cy.po | 53 ++++++++++--------- po/da.po | 73 +++++++++++++------------- po/de.po | 65 ++++++++++++------------ po/el.po | 77 ++++++++++++++-------------- po/en_GB.po | 81 +++++++++++++++--------------- po/es.po | 118 ++++++++++++++++++++++--------------------- po/et.po | 53 ++++++++++--------- po/eu.po | 53 ++++++++++--------- po/fa.po | 65 ++++++++++++------------ po/fi.po | 57 +++++++++++---------- po/fr.po | 92 ++++++++++++++++----------------- po/gl.po | 69 +++++++++++++------------ po/he.po | 49 +++++++++--------- po/hi.po | 57 +++++++++++---------- po/hr.po | 65 ++++++++++++------------ po/hu.po | 77 ++++++++++++++-------------- po/id.po | 65 ++++++++++++------------ po/it.po | 65 ++++++++++++------------ po/ja.po | 94 ++++++++++++++++------------------ po/ka.po | 73 +++++++++++++------------- po/ko.po | 53 ++++++++++--------- po/lt.po | 65 ++++++++++++------------ po/lv.po | 53 ++++++++++--------- po/mk.po | 49 +++++++++--------- po/ml.po | 49 +++++++++--------- po/mn.po | 61 +++++++++++----------- po/ms.po | 49 +++++++++--------- po/nb.po | 57 +++++++++++---------- po/nl.po | 61 +++++++++++----------- po/phpmyadmin.pot | 48 +++++++++-------- po/pl.po | 77 ++++++++++++++-------------- po/pt.po | 57 +++++++++++---------- po/pt_BR.po | 53 ++++++++++--------- po/ro.po | 61 +++++++++++----------- po/ru.po | 57 +++++++++++---------- po/si.po | 61 +++++++++++----------- po/sk.po | 65 ++++++++++++------------ po/sl.po | 52 +++++++++--------- po/sq.po | 53 ++++++++++--------- po/sr.po | 57 +++++++++++---------- po/sr@latin.po | 57 +++++++++++---------- po/sv.po | 76 ++++++++++++++-------------- po/ta.po | 49 +++++++++--------- po/te.po | 49 +++++++++--------- po/th.po | 57 +++++++++++---------- po/tk.po | 49 +++++++++--------- po/tr.po | 78 ++++++++++++++-------------- po/tt.po | 53 ++++++++++--------- po/ug.po | 61 +++++++++++----------- po/uk.po | 69 +++++++++++++------------ po/ur.po | 57 +++++++++++---------- po/uz.po | 77 ++++++++++++++-------------- po/uz@latin.po | 85 ++++++++++++++++--------------- po/zh_CN.po | 61 +++++++++++----------- po/zh_TW.po | 53 ++++++++++--------- 69 files changed, 2101 insertions(+), 2050 deletions(-)
diff --git a/db_structure.php b/db_structure.php index 9120f9b..2ddf775 100644 --- a/db_structure.php +++ b/db_structure.php @@ -225,7 +225,7 @@ foreach ($tables as $keyname => $each_table) { default : // Unknown table type. if ($is_show_stats) { - $formatted_size = 'unknown'; + $formatted_size = __('unknown'); $unit = ''; } } // end switch diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index ca19da4..84e82c9 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -658,7 +658,7 @@ $(function() { str += '</div>';
if (is_superuser) { - str += '<p></p><b>Change settings</b>'; + str += '<p></p><b>' + PMA_messages['strChangeSettings'] + '</b>'; str += '<div class="smallIndent">'; str += PMA_messages['strSettingsAppliedGlobal'] + '<br/>';
diff --git a/pmd_general.php b/pmd_general.php index 98dd2c2..7f62bf2 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -808,7 +808,7 @@ if (! empty($_REQUEST['query'])) { echo '<form method="post" action="db_qbe.php" >'; echo '<textarea cols="80" name="sql_query" id="textSqlquery" rows="15"></textarea><div id="tblfooter">'; echo ' <input type="submit" name="submit_sql" class="btn">'; - echo ' <input type="button" name="cancel" value="Cancel" onclick="closebox()" class="btn">'; + echo ' <input type="button" name="cancel" value="' . __('Cancel') . '" onclick="closebox()" class="btn">'; echo PMA_generate_common_hidden_inputs($GLOBALS['db']); echo '</div></p>'; echo '</form></div>'; diff --git a/po/af.po b/po/af.po index 9d514b5..b164596 100644 --- a/po/af.po +++ b/po/af.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: afrikaans af@li.org\n" +"Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: af\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n"
@@ -613,6 +613,11 @@ msgstr "Binne tabel(le):" msgid "No tables found in database" msgstr "Geen tabelle in databasis gevind nie."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -639,8 +644,8 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -1000,8 +1005,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr ""
#: import.php:170 import.php:419 @@ -1775,7 +1780,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr ""
@@ -2726,8 +2731,8 @@ msgstr "Welkom by %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr ""
#: libraries/auth/config.auth.lib.php:109 @@ -5753,8 +5758,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6451,8 +6456,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7162,10 +7167,6 @@ msgstr "" msgid "Czech-Slovak" msgstr ""
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9341,8 +9342,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr ""
#: server_privileges.php:1858 @@ -12117,8 +12118,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12237,8 +12238,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/ar.po b/po/ar.po index 4b70be1..64fe19f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-09-24 21:48+0200\n" "Last-Translator: Abdullah Al-Saedi abdullah.10@windowslive.com\n" "Language-Team: arabic ar@li.org\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Pootle 2.0.5\n" @@ -346,8 +346,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%" -"s." +"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا" +"%s."
#: db_operations.php:595 msgid "Edit or export relational schema" @@ -599,6 +599,11 @@ msgstr "داخل العمود:" msgid "No tables found in database" msgstr "لا توجد جداول في قاعدة البيانات هذه!."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "غير معروفة" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -625,8 +630,8 @@ msgstr "التتبع غير نشط." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "هذا العرض له ما لا يقل عدد هذه الصفوف يرجى الرجوع إلى %s الوثيقة %s"
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -973,8 +978,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "يبدو أنك تحاول رفع ملف كبير الحجم , فضلاً راجع المستند %sdocumentation%s لحل " "المشكلة." @@ -1734,7 +1739,7 @@ msgstr "إختبار"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "ألغاء"
@@ -2612,8 +2617,8 @@ msgstr "أهلا بك في %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه."
#: libraries/auth/config.auth.lib.php:109 @@ -5589,8 +5594,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6293,8 +6298,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7022,10 +7027,6 @@ msgstr "اليونانية" msgid "Czech-Slovak" msgstr ""
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "غير معروفة" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -8521,8 +8522,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%" -"s." +"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا" +"%s."
#: main.php:337 msgid "" @@ -9292,8 +9293,8 @@ msgstr "احذف قواعد البيانات التي لها نفس أسماء msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL " "مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا " @@ -12088,8 +12089,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12213,8 +12214,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 @@ -13043,8 +13044,8 @@ msgstr "" #~ "The additional features for working with linked tables have been " #~ "deactivated. To find out why click %shere%s." #~ msgstr "" -#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %" -#~ "sهنا%s." +#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط " +#~ "%sهنا%s."
#~ msgid "Execute bookmarked query" #~ msgstr "نفذ استعلام محفوظ بعلامة مرجعية" diff --git a/po/az.po b/po/az.po index 009a3a4..2c21648 100644 --- a/po/az.po +++ b/po/az.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani az@li.org\n" +"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: az\n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350 @@ -614,6 +614,11 @@ msgstr "Inside table(s):" msgid "No tables found in database" msgstr "Me'lumat bazasında cedvel yoxdur."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -640,8 +645,8 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -1006,8 +1011,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr ""
#: import.php:170 import.php:419 @@ -1798,7 +1803,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr ""
@@ -2757,8 +2762,8 @@ msgstr "%s - e Xoş Gelmişsiniz!" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr ""
#: libraries/auth/config.auth.lib.php:109 @@ -5826,8 +5831,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6534,8 +6539,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7265,10 +7270,6 @@ msgstr "" msgid "Czech-Slovak" msgstr "Çex-Slovak"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9538,8 +9539,8 @@ msgstr "İstifadeçilerle eyni adlı me'lumat bazalarını leğv et." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler " "cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin " @@ -12339,8 +12340,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12466,8 +12467,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/be.po b/po/be.po index fd5b84f..5fd41a4 100644 --- a/po/be.po +++ b/po/be.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: belarusian_cyrillic be@li.org\n" +"Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: be\n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350 @@ -613,6 +613,11 @@ msgstr "Унутры поля:" msgid "No tables found in database" msgstr "У базе дадзеных табліц ня выяўлена."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "невядома" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -639,11 +644,11 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да %" -"sдакумэнтацыі%s." +"Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да " +"%sдакумэнтацыі%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -1012,8 +1017,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, " "зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае " @@ -1040,8 +1045,8 @@ msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." msgstr "" -"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%" -"s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай " +"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца " +"(%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай " "канфігурацыі."
#: import.php:349 @@ -1836,7 +1841,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Скасаваць"
@@ -2817,8 +2822,8 @@ msgstr "Запрашаем у %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго " "стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s." @@ -5948,12 +5953,12 @@ msgstr "" #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " -#| "matting strings. Additionally the following transformations will pen: %3" -#| "$s. Other text will be kept as is." +#| "matting strings. Additionally the following transformations will pen: " +#| "%3$s. Other text will be kept as is." msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна " "выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя " @@ -6732,8 +6737,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7468,10 +7473,6 @@ msgstr "Грэцкая" msgid "Czech-Slovak" msgstr "Чэхаславацкая"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "невядома" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9823,8 +9824,8 @@ msgstr "Выдаліць базы дадзеных, якія маюць такі msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц " "прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, " @@ -12787,8 +12788,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12917,8 +12918,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/be@latin.po b/po/be@latin.po index f12cf44..a8771e3 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -1,18 +1,18 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: belarusian_latin <be@latin@li.org>\n" +"Language: be@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: be@latin\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350 @@ -619,6 +619,11 @@ msgstr "Unutry pola:" msgid "No tables found in database" msgstr "U bazie dadzienych tablic nia vyjaŭlena."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "nieviadoma" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -645,11 +650,11 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da %" -"sdakumentacyi%s." +"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da " +"%sdakumentacyi%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -1011,8 +1016,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, " "źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje " @@ -1039,8 +1044,8 @@ msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." msgstr "" -"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca (%" -"s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj " +"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca " +"(%s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj " "kanfihuracyi."
#: import.php:349 @@ -1842,7 +1847,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Skasavać"
@@ -2830,8 +2835,8 @@ msgstr "Zaprašajem u %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab " "jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s." @@ -5932,12 +5937,12 @@ msgstr "" #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " -#| "matting strings. Additionally the following transformations will pen: %3" -#| "$s. Other text will be kept as is." +#| "matting strings. Additionally the following transformations will pen: " +#| "%3$s. Other text will be kept as is." msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu " "možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć " @@ -6718,8 +6723,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7455,10 +7460,6 @@ msgstr "Hreckaja" msgid "Czech-Slovak" msgstr "Čechasłavackaja"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "nieviadoma" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -8501,8 +8502,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "Niemahčyma prainicyjalizavać pravierku SQL. Kali łaska, praviercie, ci " -"ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %" -"sdakumentacyi%s." +"ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ " +"%sdakumentacyi%s."
#: libraries/tbl_links.inc.php:118 libraries/tbl_links.inc.php:119 msgid "Table seems to be empty!" @@ -8714,8 +8715,8 @@ msgstr "" "dadadzienyja da mietki času (pa zmoŭčańni — 0). Druhi parametar " "vykarystoŭvajcie, kab paznačyć inšy farmat daty/času. Treci parametar " "vyznačaje typ daty, jakaja budzie pakazanaja: vašaja lakalnaja data albo " -"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). U " -"zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia " +"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). " +"U zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia " "parametraŭ lakalnaj daty hladzicie dakumentacyju dla funkcyi PHP strftime(), " "a dla hrynvickaha času (parametar «utc») — dakumentacyju funkcyi gmdate()."
@@ -9812,8 +9813,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic " "pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, " @@ -12766,8 +12767,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12897,8 +12898,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/bg.po b/po/bg.po index c42ff74..5f932e7 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2012-01-07 17:19+0200\n" "Last-Translator: stoyan stoyanster@gmail.com\n" "Language-Team: bulgarian bg@li.org\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n"
@@ -587,6 +587,11 @@ msgstr "В колона:" msgid "No tables found in database" msgstr "В БД няма таблици"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "непознат" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -613,8 +618,8 @@ msgstr "Проследяването е неактивно." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "Този изглед има поне толкова реда. Погледнете %sдокументацията%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -955,8 +960,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се " "към %sдокументацията%s за да намерите начин да избегнете това ограничение." @@ -1725,7 +1730,7 @@ msgstr "Тест"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Отмяна"
@@ -2596,8 +2601,8 @@ msgstr "Добре дошли в %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Изглежда не се създали конфигурационен файл. Вероятно ще искате да " "използвате %1$sскрипта за настройки%2$s, за да го създадете." @@ -5536,8 +5541,8 @@ msgstr ", @TABLE@ ще стане името на таблицата" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6202,8 +6207,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -6888,10 +6893,6 @@ msgstr "Гръцки" msgid "Czech-Slovak" msgstr "Чехословашки"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "непознат" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -7842,8 +7843,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "SQL валидаторът не може да бъде инициализиран. Моля проверете дали са " -"инсталирани необходимите PHP разширения, както е описано в %sдокументацията%" -"s." +"инсталирани необходимите PHP разширения, както е описано в %sдокументацията" +"%s."
#: libraries/tbl_links.inc.php:118 libraries/tbl_links.inc.php:119 msgid "Table seems to be empty!" @@ -8529,8 +8530,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" -"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез %" -"sскрипта за настройки%s." +"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез " +"%sскрипта за настройки%s."
#: prefs_manage.php:300 msgid "Save to browser's storage" @@ -9010,8 +9011,8 @@ msgstr "Изтриване на БД, които имат имена като т msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Забележка: phpMyAdmin взема потребителските права директно от таблицата с " "правата на MySQL. Съдържанието на тази таблица може да се различава от " @@ -11711,8 +11712,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -11834,8 +11835,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/bn.po b/po/bn.po index 6c61cc2..ff1edc3 100644 --- a/po/bn.po +++ b/po/bn.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-10-21 01:36+0200\n" "Last-Translator: Nobin নবীন nobin@cyberbogra.com\n" "Language-Team: bangla bn@li.org\n" +"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n"
@@ -610,6 +610,11 @@ msgstr "Inside table(s):" msgid "No tables found in database" msgstr "ডাটাবেজ এ কোন টেবিল পাওয়া যায়নি।"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "অজানা" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -636,8 +641,8 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -1005,11 +1010,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1820,7 +1825,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr ""
@@ -2792,8 +2797,8 @@ msgstr "Welcome to %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "সম্ভবত আপনি কনফিগারেশন ফাইল তৈরী করেননি। আপনি %1$ssetup script%2$s ব্যাবহার " "করে একটি তৈরী করতে পারেন " @@ -5910,12 +5915,12 @@ msgstr "" #| "will be kept as is." msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is."
#: libraries/display_export.lib.php:270 msgid "use this for future exports" @@ -6652,8 +6657,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7386,10 +7391,6 @@ msgstr "গ্রীক" msgid "Czech-Slovak" msgstr "চেক-স্লোভাক"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "অজানা" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9712,13 +9713,13 @@ msgstr "ব্যাবহারকারীর নামে নাম এমন msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue."
#: server_privileges.php:1858 msgid "The selected user was not found in the privilege table." @@ -12645,8 +12646,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12776,8 +12777,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/br.po b/po/br.po index 00d5115..7b001e2 100644 --- a/po/br.po +++ b/po/br.po @@ -5,16 +5,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-10-13 17:20+0200\n" "Last-Translator: Fulup fulup.jakez@ofis-bzh.org\n" "Language-Team: LANGUAGE LL@li.org\n" +"Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: br\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Pootle 2.0.5\n"
@@ -591,6 +591,11 @@ msgstr "Er bann : " msgid "No tables found in database" msgstr "N'eus bet kavet taolenn ebet en diaz roadennoù."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -617,11 +622,11 @@ msgstr "N'eo ket oberiant an heuliañ." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an %" -"steulioù titouriñ%s." +"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an " +"%steulioù titouriñ%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -967,11 +972,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Evit doare hoc'h eus klasket enrollañ ur restr re vras. Sellit ouzh an %" -"steulioù titouriñ%s evit gwelet penaos c'hoari an dro d'ar vevenn-se." +"Evit doare hoc'h eus klasket enrollañ ur restr re vras. Sellit ouzh an " +"%steulioù titouriñ%s evit gwelet penaos c'hoari an dro d'ar vevenn-se."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1739,7 +1744,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Nullañ"
@@ -2626,11 +2631,11 @@ msgstr "Degemer mat e %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" -"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar %" -"1$sskript kefluniañ%2$s da sevel unan." +"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar " +"%1$sskript kefluniañ%2$s da sevel unan."
#: libraries/auth/config.auth.lib.php:109 msgid "" @@ -5616,8 +5621,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6280,8 +6285,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -6968,10 +6973,6 @@ msgstr "" msgid "Czech-Slovak" msgstr ""
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9038,8 +9039,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr ""
#: server_privileges.php:1858 @@ -11758,8 +11759,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -11877,8 +11878,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/bs.po b/po/bs.po index f2c5a8c..7e1a16c 100644 --- a/po/bs.po +++ b/po/bs.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bosnian bs@li.org\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350 @@ -614,6 +614,11 @@ msgstr "Unutar tabela:" msgid "No tables found in database" msgstr "Tabele nisu pronađene u bazi."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "nepoznat" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -640,8 +645,8 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -1005,8 +1010,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr ""
#: import.php:170 import.php:419 @@ -1792,7 +1797,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr ""
@@ -2751,8 +2756,8 @@ msgstr "Dobrodošli na %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr ""
#: libraries/auth/config.auth.lib.php:109 @@ -5815,8 +5820,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6522,8 +6527,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7247,10 +7252,6 @@ msgstr "Grčki" msgid "Czech-Slovak" msgstr ""
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "nepoznat" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9524,8 +9525,8 @@ msgstr "Odbaci baze koje se zovu isto kao korisnici." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela " "privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje " @@ -12322,8 +12323,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12448,8 +12449,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/ca.po b/po/ca.po index 6ac8dd5..37a4d3e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,16 +1,16 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-02-23 09:57+0200\n" "Last-Translator: Xavier Navarro xvnavarro@gmail.com\n" "Language-Team: catalan ca@li.org\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n"
@@ -592,6 +592,11 @@ msgstr "Dins la columna:" msgid "No tables found in database" msgstr "Base de dades sense taules"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "desconegut" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -618,8 +623,8 @@ msgstr "El seguiment no està actiu." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" "Aquesta vista té al menys aques nombre de files. Consulta %sdocumentation%s."
@@ -990,11 +995,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Probablement has triat d'enviar un arxiu massa gran. Consulta la %" -"sdocumentació%s per trobar formes de modificar aquest límit." +"Probablement has triat d'enviar un arxiu massa gran. Consulta la " +"%sdocumentació%s per trobar formes de modificar aquest límit."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1814,7 +1819,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Cancel.lar"
@@ -2732,8 +2737,8 @@ msgstr "Benvingut a %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "La raó més probable d'aixó és que no heu creat l'arxiu de configuració. " "Podreu voler utilitzar %1$ssetup script%2$s per crear-ne un." @@ -5916,12 +5921,12 @@ msgstr ", @TABLE@ serà el nom de la taula" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Aquest valor s'interpreta usant %1$sstrftime%2$s, pel que podeu usar les " -"cadenes de formateig de temps. A més, es faran aquestes transformacions: %3" -"$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s " +"cadenes de formateig de temps. A més, es faran aquestes transformacions: " +"%3$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s " "per a més detalls."
#: libraries/display_export.lib.php:270 @@ -6677,8 +6682,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Pots trobar la documentació i més informació sobre PBXT a la pàgina " "principal de %sPrimeBase XT%s." @@ -7421,10 +7426,6 @@ msgstr "Grec" msgid "Czech-Slovak" msgstr "Txec-Eslovac"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "desconegut" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -8465,8 +8466,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "No s'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu " -"instal·lats els mòduls de PHP necessaris tal i com s'indica a la %" -"sdocumentació%s." +"instal·lats els mòduls de PHP necessaris tal i com s'indica a la " +"%sdocumentació%s."
#: libraries/tbl_links.inc.php:118 libraries/tbl_links.inc.php:119 msgid "Table seems to be empty!" @@ -9686,8 +9687,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: phpMyAdmin obté els permisos de l'usuari directament de les taules de " "permisos de MySQL. El contingut d'aquestes taules pot ser diferent dels " @@ -11499,8 +11500,8 @@ msgid "" "If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin " "cookie validity%s must be set to a value less or equal to it." msgstr "" -"Si s'utilitza la autenticació per cookies i el valor de %sLogin cookie store%" -"s no és 0, %sLogin cookie validity%s ha d'establir-se a un valor menor o " +"Si s'utilitza la autenticació per cookies i el valor de %sLogin cookie store" +"%s no és 0, %sLogin cookie validity%s ha d'establir-se a un valor menor o " "igual a ell."
#: setup/lib/index.lib.php:290 @@ -11528,8 +11529,8 @@ msgstr "" "Has triat el tipus d'autenticació [kbd]config[/kbd] i has inclós el nom " "d'usuari i la contrasenya per connexions automàtiques, que es una opció no " "recomanable per a servidors actius. Qualsevol que conegui la teva URL de " -"phpMyAdmin pot accedir al teu panel directament. Estableix el %" -"sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]." +"phpMyAdmin pot accedir al teu panel directament. Estableix el " +"%sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
#: setup/lib/index.lib.php:294 #, php-format @@ -12708,8 +12709,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12839,8 +12840,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/cs.po b/po/cs.po index 2d3e10b..e6cd5ba 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,9 +2,9 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2012-01-24 21:07+0200\n" "Last-Translator: Michal Čihař michal@cihar.com\n" "Language-Team: czech cs@li.org\n" @@ -590,6 +590,11 @@ msgstr "Uvnitř pole:" msgid "No tables found in database" msgstr "V databázi nebyly nalezeny žádné tabulky"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "neznámý" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -616,8 +621,8 @@ msgstr "Sledování není zapnuté." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" "Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@@ -956,8 +961,8 @@ msgstr "Z funkcí zvolte „GeomFromText“ a vložte níže uvedený text jako #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si " "prosím %sdokumentaci%s, jak toto omezení obejít." @@ -1710,7 +1715,7 @@ msgstr "Kontrola"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Zrušit"
@@ -2589,8 +2594,8 @@ msgstr "Vítejte v %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho " "vytvoření by se vám mohl hodit %1$snastavovací skript%2$s." @@ -5682,8 +5687,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít " "libovolné řetězce pro formátování data a času. Dále budou provedena " @@ -5920,7 +5925,6 @@ msgid "Show BLOB contents" msgstr "Zobrazit obsah BLOBu"
#: libraries/display_tbl.lib.php:686 -#| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Nepoužít při prohlížení transformace"
@@ -6421,8 +6425,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase " "XT%s." @@ -7135,10 +7139,6 @@ msgstr "Řečtina" msgid "Czech-Slovak" msgstr "Čeština/Slovenština"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "neznámý" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -7658,7 +7658,6 @@ msgid "Trigger name" msgstr "Název spouště"
#: libraries/rte/rte_triggers.lib.php:326 -#| msgid "Time" msgctxt "Trigger action time" msgid "Time" msgstr "Spouštění" @@ -8141,8 +8140,8 @@ msgid "" "For a list of available transformation options and their MIME type " "transformations, click on %stransformation descriptions%s" msgstr "" -"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %" -"spopisy transformací%s" +"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na " +"%spopisy transformací%s"
#: libraries/tbl_properties.inc.php:137 msgid "Transformation options" @@ -8193,8 +8192,8 @@ msgid "" "No description is available for this transformation.<br />Please ask the " "author what %s does." msgstr "" -"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %" -"s dělá." +"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co " +"%s dělá."
#: libraries/tbl_properties.inc.php:574 tbl_structure.php:652 #, php-format @@ -8808,8 +8807,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" -"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %" -"sNastavovacího skriptu%s." +"Více věcí můžete nastavit úpravou config.inc.php, např. použitím " +"%sNastavovacího skriptu%s."
#: prefs_manage.php:300 msgid "Save to browser's storage" @@ -9284,8 +9283,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto " "tabulek se může lišit od oprávnění, která server právě používá, pokud byly " @@ -11049,8 +11048,8 @@ msgid "" "If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin " "cookie validity%s must be set to a value less or equal to it." msgstr "" -"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie%" -"s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší " +"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie" +"%s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší " "hodnotu než je tato."
#: setup/lib/index.lib.php:290 @@ -11061,8 +11060,8 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %" -"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení " +"Pokud to považujete za nutné, použijte další možnosti zabezpečení - " +"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení " "založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa " "dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli."
@@ -11947,8 +11946,8 @@ msgid "" "You have a slow query rate of %s per hour, you should have less than 1%% per " "hour." msgstr "" -"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod 1%" -"%." +"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod " +"1%%."
#: po/advisory_rules.php:25 msgid "Long query time" @@ -12199,8 +12198,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr "" "V současné době je volno %s%% vyrovnávací paměti. Tato hodnota by se měla " "držet nad 80%%." @@ -12344,11 +12343,11 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr "" -"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod 10%" -"%." +"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod " +"10%%."
#: po/advisory_rules.php:115 msgid "Rate of sorts that cause temporary tables" @@ -12492,7 +12491,6 @@ msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" msgstr "Současné hodnoty jous tmp_table_size: %s, max_heap_table_size: %s"
#: po/advisory_rules.php:150 -#| msgid "Where to show the table row links" msgid "Percentage of temp tables on disk" msgstr "Procento dočasných souborů na disku"
@@ -12545,15 +12543,13 @@ msgid "" msgstr ""
#: po/advisory_rules.php:160 -#| msgid "Sort buffer size" msgid "MyISAM key buffer size" msgstr "Velikost vyrovnávací paměti klíčů MyISAM"
#: po/advisory_rules.php:161 msgid "Key buffer is not initialized. No MyISAM indexes will be cached." msgstr "" -"Vyrovnávací paměť klíčů není nastavena. Žádné klíče MyISAM nebudou " -"cachovány." +"Vyrovnávací paměť klíčů není nastavena. Žádné klíče MyISAM nebudou cachovány."
#: po/advisory_rules.php:162 msgid "" @@ -12593,7 +12589,6 @@ msgstr "" "hodnota by měla být nad 95%%."
#: po/advisory_rules.php:170 -#| msgid "Sort buffer size" msgid "Percentage of MyISAM key buffer used" msgstr "Procento využití vyrovnávací paměti MyISAM pro klíče"
@@ -12621,12 +12616,10 @@ msgid "Index reads from memory: %s%%, this value should be above 95%%" msgstr ""
#: po/advisory_rules.php:180 -#| msgid "Create table" msgid "Rate of table open" msgstr "Četnost otevírání tabulek"
#: po/advisory_rules.php:181 -#| msgid "The current number of pending writes." msgid "The rate of opening tables is high." msgstr "Tabulky jsou otevírány příliš často."
diff --git a/po/cy.po b/po/cy.po index 2beeac5..e1a5656 100644 --- a/po/cy.po +++ b/po/cy.po @@ -4,16 +4,16 @@ # FIRST AUTHOR EMAIL@ADDRESS, YEAR. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-05-19 21:21+0200\n" "Last-Translator: ardavies@tiscali.co.uk\n" "Language-Team: Welsh cy@li.org\n" +"Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Generator: Pootle 2.0.5\n"
@@ -596,6 +596,11 @@ msgstr "Tu fewn colofn:" msgid "No tables found in database" msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "anhysbys" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -622,8 +627,8 @@ msgstr "Nid yw tracio'n weithredol" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" "Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s."
@@ -983,8 +988,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %sdogfennaeth" "%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn." @@ -1807,7 +1812,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Diddymu"
@@ -2741,11 +2746,11 @@ msgstr "Croeso i %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" -"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r %1" -"$sgript gosod%2$s er mwyn ei chreu." +"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r " +"%1$sgript gosod%2$s er mwyn ei chreu."
#: libraries/auth/config.auth.lib.php:109 msgid "" @@ -5818,8 +5823,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr ""
#: libraries/display_export.lib.php:270 @@ -6526,8 +6531,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7248,10 +7253,6 @@ msgstr "Groegeg" msgid "Czech-Slovak" msgstr "Tsiec-Slofac"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "anhysbys" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9409,8 +9410,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr ""
#: server_privileges.php:1858 @@ -12195,8 +12196,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12318,8 +12319,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/da.po b/po/da.po index 50be727..1e6e115 100644 --- a/po/da.po +++ b/po/da.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-09-25 23:05+0200\n" "Last-Translator: Jørgen Thomsen opensource@jth.net\n" "Language-Team: danish da@li.org\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n"
@@ -585,6 +585,11 @@ msgstr "Indeni kolonne:" msgid "No tables found in database" msgstr "Ingen tabeller fundet i databasen"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "ukendt" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -611,8 +616,8 @@ msgstr "Sporing er ikke aktiv." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" "Viewet har som minimum dette antal rækker. Se venligst %sdokumentationen%s."
@@ -962,11 +967,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst %" -"sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne " +"Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst " +"%sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne " "begrænsning."
#: import.php:170 import.php:419 @@ -1746,7 +1751,7 @@ msgstr "Test"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Annuller"
@@ -2637,8 +2642,8 @@ msgstr "Velkommen til %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. " "Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en." @@ -5749,8 +5754,8 @@ msgstr ", @TABLE@ vil blive tabelnavnet" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede " "strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst " @@ -6490,8 +6495,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Dokumentation og yderliger information om PBXT kan findes på %sPrimeBase XT " "hjemmeside%s" @@ -7213,10 +7218,6 @@ msgstr "Græsk" msgid "Czech-Slovak" msgstr "Tjekkisk-Slovakisk"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "ukendt" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -8625,8 +8626,8 @@ msgid "" "extended features have been deactivated. To find out why click %shere%s." msgstr "" "phpMyAdmin configuration storage er ikke fuldstændigt konfigureret; nogle " -"udvidede funktioner er blevet deaktiverede. For at finde ud af hvorfor klik %" -"sher%s." +"udvidede funktioner er blevet deaktiverede. For at finde ud af hvorfor klik " +"%sher%s."
#: main.php:337 msgid "" @@ -9372,14 +9373,14 @@ msgstr "Drop databaser der har samme navne som brugernes." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs " "privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra " "privilegierne serveren i øjeblikket bruger hvis der er lavet manuelle " -"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne%" -"s før du fortsætter." +"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne" +"%s før du fortsætter."
#: server_privileges.php:1858 msgid "The selected user was not found in the privilege table." @@ -11177,10 +11178,10 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -" Hvis du føler, at dette er nødvendigt, brug yderligere sikring - %" -"sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-baseret " -"beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en udbyder med " -"mange tusinde brugere." +" Hvis du føler, at dette er nødvendigt, brug yderligere sikring - " +"%sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-" +"baseret beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en " +"udbyder med mange tusinde brugere."
#: setup/lib/index.lib.php:292 #, php-format @@ -11194,8 +11195,8 @@ msgstr "" "Du har sat [kbd]config[/kbd] autentifikation og inkluderet brugernavn og " "adgangskode for auto-login, hvilket er ikke en ønskværdig konfiguration for " "produktionssystemer. Enhver som kender eller gætter din phpMyAdmin URL kan " -"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt %" -"sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]." +"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt " +"%sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]."
#: setup/lib/index.lib.php:294 #, php-format @@ -12345,8 +12346,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr "" "Det aktuelle forhold mellem ledig og total forespørgselsmellemlager er %s%%. " "Det bør være over 80%% " @@ -12503,8 +12504,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr "" "%s%% af alle sorteringer bruger midlertidige tabeller. Denne værdi bør være " "mindre end 10%%." diff --git a/po/de.po b/po/de.po index f82dc86..8274e27 100644 --- a/po/de.po +++ b/po/de.po @@ -1,16 +1,16 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2011-12-17 15:45+0200\n" "Last-Translator: Rouslan Placella rouslan@placella.com\n" "Language-Team: german de@li.org\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n"
@@ -346,8 +346,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier%" -"s um herauszufinden warum." +"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier" +"%s um herauszufinden warum."
#: db_operations.php:595 msgid "Edit or export relational schema" @@ -587,6 +587,11 @@ msgstr "In Spalte:" msgid "No tables found in database" msgstr "Diese Datenbank enthält keine Tabellen"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "unbekannt" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -613,8 +618,8 @@ msgstr "Tracking ist nicht aktiviert." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" "Dieser Ansicht hat mindestens diese Anzahl von Datensätzen. Bitte lesen Sie " "die %sDokumentation%s." @@ -966,11 +971,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die %" -"sDokumentation%s zur Lösung diese Problems." +"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die " +"%sDokumentation%s zur Lösung diese Problems."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1738,7 +1743,7 @@ msgstr "Test"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Abbrechen"
@@ -2640,8 +2645,8 @@ msgstr "Willkommen bei %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Eine mögliche Ursache wäre, dass Sie noch keine Konfigurationsdatei angelegt " "haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine " @@ -5790,8 +5795,8 @@ msgstr ", @TABLE@ wird durch den Tabellennamen ersetzt" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Dieser Wert wird mit %1$sstrftime%2$s geparst. Sie können also Platzhalter " "für Datum und Uhrzeit verwenden. Darüber hinaus werden folgende Umformungen " @@ -6542,8 +6547,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Dokumentation und weitere Informationen über PBXT sind auf der %sPrimeBase " "XT-Website%s verfügbar." @@ -7274,10 +7279,6 @@ msgstr "Griechisch" msgid "Czech-Slovak" msgstr "Tschechoslowakisch"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "unbekannt" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9480,8 +9481,8 @@ msgstr "Die gleichnamigen Datenbanken löschen." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Hinweis: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden " "MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den " @@ -11343,8 +11344,8 @@ msgstr "" "Sie haben die [kbd]config[/kbd] Authentifizierung gewählt und einen " "Benutzernamen und Passwort für Auto-Login eingegeben, was für Server im " "Internet nicht wünschenswert ist. Jeder, der Ihre phpMyAdmin-URL kennt oder " -"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den %" -"sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]." +"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den " +"%sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]."
#: setup/lib/index.lib.php:294 #, php-format @@ -12462,8 +12463,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12587,8 +12588,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 @@ -13412,8 +13413,8 @@ msgstr "" #~ "directory %s." #~ msgstr "" #~ "Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte " -#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %" -#~ "s." +#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis " +#~ "%s."
#~ msgid "The following queries have been executed:" #~ msgstr "Die folgenden Abfragen wurden ausgeführt:" diff --git a/po/el.po b/po/el.po index 279c442..625d873 100644 --- a/po/el.po +++ b/po/el.po @@ -1,16 +1,16 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2012-01-12 09:01+0200\n" "Last-Translator: Panagiotis Papazoglou papaz_p@yahoo.com\n" "Language-Team: greek el@li.org\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n"
@@ -587,6 +587,11 @@ msgstr "Εσωτερικό πεδίο:" msgid "No tables found in database" msgstr "Δεν βρέθηκαν πίνακες στη βάση δεδομένων"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "άγνωστο" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -613,11 +618,11 @@ msgstr "Η παρακολούθηση δεν είναι ενεργοποιημέ #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην %" -"sτεκμηρίωση%s." +"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην " +"%sτεκμηρίωση%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -957,11 +962,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Πιθανόν προσπαθείτε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην %" -"sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού." +"Πιθανόν προσπαθείτε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην " +"%sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1728,7 +1733,7 @@ msgstr "Έλεγχος"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Άκυρο"
@@ -2616,8 +2621,8 @@ msgstr "Καλωσήρθατε στο %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Πιθανή αιτία για αυτό είναι η μη δημιουργία αρχείου προσαρμογής. Ίσως θέλετε " "να χρησιμοποιήσετε τον %1$sκώδικα εγκατάστασηςt%2$s για να δημιουργήσετε ένα." @@ -5778,8 +5783,8 @@ msgstr ", το @TABLE@ θα γίνει το όνομα του πίνακα" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Αυτή η τιμή μετατρέπεται με χρήση της συνάρτησης %1$sstrftime%2$s, έτσι " "μπορείτε να χρησιμοποιήσετε φράσεις μορφής χρόνου. Επιπρόσθετα, θα γίνουν " @@ -6363,8 +6368,8 @@ msgid "" "Documentation and further information about PBMS can be found on %sThe " "PrimeBase Media Streaming home page%s." msgstr "" -"Τεκμηρίωση και περισσότερες πληροφορίες για το PBMS μπορεί να βρεθεί στην %" -"sΙστοσελίδα του PrimeBase Media Streaming%s." +"Τεκμηρίωση και περισσότερες πληροφορίες για το PBMS μπορεί να βρεθεί στην " +"%sΙστοσελίδα του PrimeBase Media Streaming%s."
#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127 msgid "Related Links" @@ -6533,11 +6538,11 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" -"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην %" -"sΙστοσελίδα του PrimeBase XT%s." +"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην " +"%sΙστοσελίδα του PrimeBase XT%s."
#: libraries/engines/pbxt.lib.php:129 msgid "The PrimeBase XT Blog by Paul McCullagh" @@ -7261,10 +7266,6 @@ msgstr "Ελληνικά" msgid "Czech-Slovak" msgstr "Τσέχο-Σλοβάκικα"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "άγνωστο" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -8417,8 +8418,8 @@ msgstr "" "επιλογή για να ορίσετε μια μορφή ημερομηνίας-ώρας. Η τρίτη επιλογή ορίζει αν " "θέλετε να δείτε την τοπική ή την παγκόσμια ώρα (χρήση «local» ή «utc» " "αντίστοιχα). Σύμφωνα με αυτό, η μορφή της ημερομηνίας έχει διαφορετική τιμή " -"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP και " -"για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()." +"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP " +"και για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()."
#: libraries/transformations/text_plain__external.inc.php:10 msgid "" @@ -8690,8 +8691,8 @@ msgid "" "extended features have been deactivated. To find out why click %shere%s." msgstr "" "Η αποθήκευση ρυθμίσεων του phpMyAdmin δεν έχει ρυθμιστεί πλήρως. Μερικά " -"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε %" -"sεδώ%s." +"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε " +"%sεδώ%s."
#: main.php:337 msgid "" @@ -9450,8 +9451,8 @@ msgstr "Διαγραφή βάσεων δεδομένων που έχουν ίδ msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Σημείωση: Το phpMyAdmin διαβάζει τα δικαιώματα των χρηστών κατευθείαν από " "τους πίνακες δικαιωμάτων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί " @@ -11300,8 +11301,8 @@ msgid "" "(currently %d)." msgstr "" "Αν η %sεγκυρότητα Σύνδεσης cookie%s είναι μεγαλύτερη από 1440 δευτερόλεπτα " -"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime%" -"s είναι μικρότερο από την τιμή της (τρέχουσα: %d)." +"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime" +"%s είναι μικρότερο από την τιμή της (τρέχουσα: %d)."
#: setup/lib/index.lib.php:286 #, php-format @@ -12477,8 +12478,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12606,8 +12607,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr ""
#: po/advisory_rules.php:115 diff --git a/po/en_GB.po b/po/en_GB.po index a3e4ccb..46cb003 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,16 +3,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2012-01-19 11:20+0100\n" "Last-Translator: Robert Readman robert_readman@hotmail.com\n" "Language-Team: english-gb en_GB@li.org\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n"
@@ -589,6 +589,11 @@ msgstr "Inside column:" msgid "No tables found in database" msgstr "No tables found in database"
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "unknown" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -615,11 +620,11 @@ msgstr "Tracking is not active." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -957,11 +962,11 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit."
#: import.php:170 import.php:419 msgid "Showing bookmark" @@ -1708,7 +1713,7 @@ msgstr "Test"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Cancel"
@@ -2585,11 +2590,11 @@ msgstr "Welcome to %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one."
#: libraries/auth/config.auth.lib.php:109 msgid "" @@ -5680,12 +5685,12 @@ msgstr ", @TABLE@ will become the table name" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
#: libraries/display_export.lib.php:270 msgid "use this for future exports" @@ -6418,11 +6423,11 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s."
#: libraries/engines/pbxt.lib.php:129 msgid "The PrimeBase XT Blog by Paul McCullagh" @@ -7136,10 +7141,6 @@ msgstr "Greek" msgid "Czech-Slovak" msgstr "Czech-Slovak"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "unknown" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9283,13 +9284,13 @@ msgstr "Drop the databases that have the same names as the users." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue."
#: server_privileges.php:1858 msgid "The selected user was not found in the privilege table." @@ -12203,11 +12204,11 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%"
#: po/advisory_rules.php:90 msgid "Query cache fragmentation" @@ -12357,11 +12358,11 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%."
#: po/advisory_rules.php:115 msgid "Rate of sorts that cause temporary tables" diff --git a/po/es.po b/po/es.po index 6e348c0..0fd1d4f 100644 --- a/po/es.po +++ b/po/es.po @@ -1,9 +1,9 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2012-01-22 17:41+0200\n" "Last-Translator: Matías Bellone matiasbellone@gmail.com\n" "Language-Team: spanish es@li.org\n" @@ -591,6 +591,11 @@ msgstr "Dentro de la columna:" msgid "No tables found in database" msgstr "No se han encontrado tablas en la base de datos."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "desconocido" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -617,11 +622,11 @@ msgstr "El seguimiento no está activo." #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Esta vista tiene al menos este número de filas. Por favor refiérase a la %" -"sdocumentation%s." +"Esta vista tiene al menos este número de filas. Por favor refiérase a la " +"%sdocumentation%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:209 @@ -963,8 +968,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Usted probablemente intentó cargar un archivo demasiado grande. Por favor, " "refiérase a %sla documentation%s para hallar modos de superar esta " @@ -1731,7 +1736,7 @@ msgstr "Prueba"
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Cancelar"
@@ -2622,8 +2627,8 @@ msgstr "Bienvenido a %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "La razón más probable es que usted no haya creado un archivo de " "configuración. Utilice el %1$sscript de configuración%2$s para crear uno." @@ -5794,8 +5799,8 @@ msgstr ", @TABLE@ se convertirá en el nombre de la tabla" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Este valor es interpretado usando %1$sstrftime%2$s por lo que se pueden usar " "cadenas para formatear el tiempo. Además sucederán las siguientes " @@ -6557,8 +6562,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Se puede encontrar documentación y más información sobre PBXT en la %spágina " "inicial de PrimeBase XT%s." @@ -7288,10 +7293,6 @@ msgstr "Griego" msgid "Czech-Slovak" msgstr "Checo-Eslovaco"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "desconocido" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -7811,7 +7812,6 @@ msgid "Trigger name" msgstr "Nombre del disparador"
#: libraries/rte/rte_triggers.lib.php:326 -#| msgid "Time" msgctxt "Trigger action time" msgid "Time" msgstr "Tiempo" @@ -8714,8 +8714,8 @@ msgid "" "extended features have been deactivated. To find out why click %shere%s." msgstr "" "El almacenamiento de configuración phpMyAdmin no está completamente " -"configurado, algunas funcionalidades extendidas fueron deshabilitadas. %" -"sPulsa aquí para averiguar por qué%s." +"configurado, algunas funcionalidades extendidas fueron deshabilitadas. " +"%sPulsa aquí para averiguar por qué%s."
#: main.php:337 msgid "" @@ -9476,8 +9476,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: phpMyAdmin obtiene los privilegios de los usuarios 'directamente de " "las tablas de privilegios MySQL'. El contenido de estas tablas puede diferir " @@ -10773,8 +10773,9 @@ msgstr "" "El Monitorizador de phpMyAdmin puede asistir en la optimización de la " "configuración del servidor y rastrear consultas que toman mucho tiempo. Para " "esto último necesitará que «log_output» esté definido como 'TABLE' y tener " -"activado «slow_query_log» o «general_log». Note, sin embargo, que «general_log» " -"produce mucha información y aumenta la carga en el servidor hasta en un 15%" +"activado «slow_query_log» o «general_log». Note, sin embargo, que " +"«general_log» produce mucha información y aumenta la carga en el servidor " +"hasta en un 15%"
#: server_status.php:1605 msgid "" @@ -12201,8 +12202,8 @@ msgid "" "You might want to increase {long_query_time} or optimize the queries listed " "in the slow query log" msgstr "" -"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen en " -"el registro de consultas lentas." +"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen " +"en el registro de consultas lentas."
#: po/advisory_rules.php:18 #, php-format @@ -12269,8 +12270,8 @@ msgid "" "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" -"Active el registro de consultas lenta configurando «log_slow_queries» a 'ON'. " -"Esto ayudará a analizar consultas con mala performance." +"Active el registro de consultas lenta configurando «log_slow_queries» a " +"'ON'. Esto ayudará a analizar consultas con mala performance."
#: po/advisory_rules.php:33 msgid "log_slow_queries is set to 'OFF'" @@ -12413,8 +12414,8 @@ msgid "" msgstr "" "Se sabe que el caché de consultas puede mejorar la performance enormemente " "si está correctamente configurado. Actívelo definiendo «query_cache_size» a " -"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. <b>Notar " -"que: </b> si está utilizando memcached ignore esta recomendación." +"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. " +"<b>Notar que: </b> si está utilizando memcached ignore esta recomendación."
#: po/advisory_rules.php:73 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" @@ -12491,8 +12492,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr "" "La tasa actual de memoria libre del caché de consultas respecto del tamaño " "total es %s%%. Debería ser mayor al 80%%" @@ -12650,8 +12651,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr "" "%s%% de todas las ordenaciones causan tablas temporales, este valor debería " "de ser menor a 10%%." @@ -12714,8 +12715,8 @@ msgstr "" #, php-format msgid "Table joins average: %s, this value should be less than 1 per hour" msgstr "" -"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor a " -"1 por hora" +"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor " +"a 1 por hora"
#: po/advisory_rules.php:130 msgid "Rate of reading first index entry" @@ -12823,7 +12824,8 @@ msgstr "" #: po/advisory_rules.php:148 #, php-format msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" -msgstr "Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s" +msgstr "" +"Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s"
#: po/advisory_rules.php:150 msgid "Percentage of temp tables on disk" @@ -12847,13 +12849,14 @@ msgid "" "mentioned in the beginning of an <a href="http://www.facebook.com/note.php?" "note_id=10150111255065841&comments">Article by the Pythian Group</a>" msgstr "" -"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, " -"algunas tablas temporales son siempre escritas a disco independientemente " -"del valor de estas variables. Para eliminarlas deberá re-escribir las " -"consultas para evitar estas condiciones (en una tabla temporal: la presencia " -"de una columna «BLOB» o «TEXT», o la presencia de una columna mayor a 512 " -"bytes) como se menciona al comienzo del <a href="http://www.facebook.com/" -"note.php?note_id=10150111255065841&comments">artículo de Pythian Group</a>" +"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin " +"embargo, algunas tablas temporales son siempre escritas a disco " +"independientemente del valor de estas variables. Para eliminarlas deberá re-" +"escribir las consultas para evitar estas condiciones (en una tabla temporal: " +"la presencia de una columna «BLOB» o «TEXT», o la presencia de una columna " +"mayor a 512 bytes) como se menciona al comienzo del <a href="http://www." +"facebook.com/note.php?note_id=10150111255065841&comments">artículo de " +"Pythian Group</a>"
#: po/advisory_rules.php:153 #, php-format @@ -12878,8 +12881,8 @@ msgid "" "mentioned in the <a href="http://dev.mysql.com/doc/refman/5.5/en/internal-" "temporary-tables.html">MySQL Documentation</a>" msgstr "" -"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, " -"algunas tablas temporales son siempre a disco permanentemente " +"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin " +"embargo, algunas tablas temporales son siempre a disco permanentemente " "independientemente del valor de estas variables. Para eliminarlas deberá re-" "escribir las consultas para evitar estas condiciones (en una tabla temporal: " "la presencia de una columna «BLOB» o «TEXT» o la presencia de una columna " @@ -12910,8 +12913,8 @@ msgid "" "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a " "good start." msgstr "" -"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M es " -"un buen comienzo." +"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M " +"es un buen comienzo."
#: po/advisory_rules.php:163 msgid "key_buffer_size is 0" @@ -13088,7 +13091,8 @@ msgstr "" #: po/advisory_rules.php:207 msgid "Enable the thread cache by setting {thread_cache_size} > 0." msgstr "" -"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a 0." +"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a " +"0."
#: po/advisory_rules.php:208 msgid "The thread cache is set to 0" @@ -13175,10 +13179,10 @@ msgid "" "do not close database handlers properly get killed sooner. Make sure the " "code closes database handlers properly." msgstr "" -"Aumente «max_connections» o reduzca «wait_timeout» para que las conexiones que " -"no liberan los manejadores de base de datos apropiadamente sean eliminadas " -"más rápido. Asegúrese que su código cierre los manejadores de base de datos " -"apropiadamente." +"Aumente «max_connections» o reduzca «wait_timeout» para que las conexiones " +"que no liberan los manejadores de base de datos apropiadamente sean " +"eliminadas más rápido. Asegúrese que su código cierre los manejadores de " +"base de datos apropiadamente."
#: po/advisory_rules.php:228 #, php-format @@ -13249,8 +13253,8 @@ msgstr "" #, php-format msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" -"%s%% de todos los clientes son abandonados. Este valor debería ser menor a 2%" -"%" +"%s%% de todos los clientes son abandonados. Este valor debería ser menor a " +"2%%"
#: po/advisory_rules.php:245 msgid "Rate of aborted clients" diff --git a/po/et.po b/po/et.po index a054cda..9f6f899 100644 --- a/po/et.po +++ b/po/et.po @@ -1,16 +1,16 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.0-beta1-dev\n" +"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-01-22 04:34-0500\n" +"POT-Creation-Date: 2012-01-25 17:45+0100\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: estonian et@li.org\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: et\n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350 @@ -611,6 +611,11 @@ msgstr "Otsi tabeli(te)st:" msgid "No tables found in database" msgstr "Andmebaasist ei leitud tabeleid."
+#: db_structure.php:228 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:416 +msgid "unknown" +msgstr "tundmatu" + #: db_structure.php:315 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" @@ -637,8 +642,8 @@ msgstr "" #: db_structure.php:451 libraries/display_tbl.lib.php:2355 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161 @@ -1006,8 +1011,8 @@ msgstr "" #: import.php:57 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Te kindlasti proovisite laadida liiga suurt faili. Palun uuri " "dokumentatsiooni %sdocumentation%s selle limiidi seadmiseks." @@ -1822,7 +1827,7 @@ msgstr ""
#: js/messages.php:230 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 -#: pmd_general.php:717 pmd_general.php:780 +#: pmd_general.php:717 pmd_general.php:780 pmd_general.php:811 msgid "Cancel" msgstr "Katkesta"
@@ -2793,8 +2798,8 @@ msgstr "Tere tulemast %s" #: libraries/auth/config.auth.lib.php:100 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Arvatav põhjus on te pole veel loonud seadete faili. Soovitavalt võid " "kasutada %1$ssetup script%2$s et seadistada." @@ -5907,12 +5912,12 @@ msgstr "" #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " -#| "matting strings. Additionally the following transformations will pen: %3" -#| "$s. Other text will be kept as is." +#| "matting strings. Additionally the following transformations will pen: " +#| "%3$s. Other text will be kept as is." msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Seda väärtust on tõlgendatud kasutades %1$sstrftime%2$s, sa võid kasutada " "sama aja(time) formaati. Lisaks tulevad ka järgnevad muudatused: %3$s. " @@ -6652,8 +6657,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr ""
#: libraries/engines/pbxt.lib.php:129 @@ -7386,10 +7391,6 @@ msgstr "Kreeka" msgid "Czech-Slovak" msgstr "Tsehhi-Slovaki"
-#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 -msgid "unknown" -msgstr "tundmatu" - #: libraries/navigation_header.inc.php:57 #: libraries/navigation_header.inc.php:59 #: libraries/navigation_header.inc.php:60 @@ -9712,8 +9713,8 @@ msgstr "Kustuta andmebaasid millel on samad nimed nagu kasutajatel." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges " "tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda " @@ -12644,8 +12645,8 @@ msgstr "" #: po/advisory_rules.php:88 #, php-format msgid "" -"The current ratio of free query cache memory to total query cache size is %s%" -"%. It should be above 80%%" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr ""
#: po/advisory_rules.php:90 @@ -12774,8 +12775,8 @@ msgstr "" #: po/advisory_rules.php:113 #, php-format msgid "" -"%s%% of all sorts cause temporary tables, this value should be lower than 10%" -"%." +"%s%% of all sorts cause tempora y tables, this value should be lower than 10%"