The branch, master has been updated via 9ac55da51cd11186785ca3bb07e43067f03f2404 (commit) from 227e779d593401914f7f09a45d43b1915c995299 (commit)
- Log ----------------------------------------------------------------- commit 9ac55da51cd11186785ca3bb07e43067f03f2404 Author: Marc Delisle marc@infomarc.info Date: Thu Aug 11 09:07:36 2011 -0400
Refresh .po files
-----------------------------------------------------------------------
Summary of changes: po/advisory_rules.php | 6 +- po/af.po | 82 +++++++++++++++++----------------- po/ar.po | 94 +++++++++++++++++++------------------- po/az.po | 82 +++++++++++++++++----------------- po/be.po | 90 ++++++++++++++++++------------------ po/be@latin.po | 102 +++++++++++++++++++++--------------------- po/bg.po | 90 ++++++++++++++++++------------------ po/bn.po | 94 +++++++++++++++++++------------------- po/br.po | 94 +++++++++++++++++++------------------- po/bs.po | 82 +++++++++++++++++----------------- po/ca.po | 102 +++++++++++++++++++++--------------------- po/cs.po | 102 +++++++++++++++++++++--------------------- po/cy.po | 86 +++++++++++++++++----------------- po/da.po | 106 +++++++++++++++++++++--------------------- po/de.po | 98 ++++++++++++++++++++-------------------- po/el.po | 110 ++++++++++++++++++++++---------------------- po/en_GB.po | 106 +++++++++++++++++++++--------------------- po/es.po | 95 +++++++++++++++++++------------------- po/et.po | 82 +++++++++++++++++----------------- po/eu.po | 82 +++++++++++++++++----------------- po/fa.po | 98 ++++++++++++++++++++-------------------- po/fi.po | 96 +++++++++++++++++++------------------- po/fr.po | 109 ++++++++++++++++++++++---------------------- po/gl.po | 100 ++++++++++++++++++++-------------------- po/he.po | 82 +++++++++++++++++----------------- po/hi.po | 90 ++++++++++++++++++------------------ po/hr.po | 94 +++++++++++++++++++------------------- po/hu.po | 112 +++++++++++++++++++++++----------------------- po/id.po | 90 ++++++++++++++++++------------------ po/it.po | 98 ++++++++++++++++++++-------------------- po/ja.po | 95 +++++++++++++++++++------------------- po/ka.po | 108 ++++++++++++++++++++++---------------------- po/ko.po | 90 ++++++++++++++++++------------------ po/lt.po | 100 ++++++++++++++++++++-------------------- po/lv.po | 86 +++++++++++++++++----------------- po/mk.po | 82 +++++++++++++++++----------------- po/ml.po | 82 +++++++++++++++++----------------- po/mn.po | 94 +++++++++++++++++++------------------- po/ms.po | 82 +++++++++++++++++----------------- po/nb.po | 96 +++++++++++++++++++------------------- po/nl.po | 94 +++++++++++++++++++------------------- po/phpmyadmin.pot | 81 ++++++++++++++++----------------- po/pl.po | 108 ++++++++++++++++++++++---------------------- po/pt.po | 90 ++++++++++++++++++------------------ po/pt_BR.po | 86 +++++++++++++++++----------------- po/ro.po | 90 ++++++++++++++++++------------------ po/ru.po | 90 ++++++++++++++++++------------------ po/si.po | 94 +++++++++++++++++++------------------- po/sk.po | 98 ++++++++++++++++++++-------------------- po/sl.po | 82 +++++++++++++++++----------------- po/sq.po | 86 +++++++++++++++++----------------- po/sr.po | 90 ++++++++++++++++++------------------ po/sr@latin.po | 90 ++++++++++++++++++------------------ po/sv.po | 98 ++++++++++++++++++++-------------------- po/ta.po | 82 +++++++++++++++++----------------- po/te.po | 82 +++++++++++++++++----------------- po/th.po | 86 +++++++++++++++++----------------- po/tr.po | 100 ++++++++++++++++++++-------------------- po/tt.po | 86 +++++++++++++++++----------------- po/ug.po | 94 +++++++++++++++++++------------------- po/uk.po | 94 +++++++++++++++++++------------------- po/ur.po | 90 ++++++++++++++++++------------------ po/uz.po | 112 +++++++++++++++++++++++----------------------- po/uz@latin.po | 120 ++++++++++++++++++++++++------------------------ po/zh_CN.po | 90 ++++++++++++++++++------------------ po/zh_TW.po | 86 +++++++++++++++++----------------- 66 files changed, 3032 insertions(+), 3036 deletions(-)
diff --git a/po/advisory_rules.php b/po/advisory_rules.php index a138b63..837e629 100644 --- a/po/advisory_rules.php +++ b/po/advisory_rules.php @@ -24,7 +24,7 @@ printf(__('You have a slow query rate of %s per hour, you should have less than
echo __('Long query time'); echo __('long_query_time is set to 10 seconds or more, thus only slow queries that take above 10 seconds are logged.'); -echo __('It is suggested to set {long_query_time} to a lower value, depending on your enviroment. Usually a value of 1-5 seconds is suggested.'); +echo __('It is suggested to set {long_query_time} to a lower value, depending on your environment. Usually a value of 1-5 seconds is suggested.'); printf(__('long_query_time is currently set to %ds.'), 0);
echo __('Slow query logging'); @@ -94,7 +94,7 @@ printf(__('The ratio of removed queries to inserted queries is %s%%. The lower t
echo __('Query cache max size'); echo __('The query cache size is above 128 MiB. Big query caches may cause significant overhead that is required to maintain the cache.'); -echo __('Depending on your enviroment, it might be performance increasing to reduce this value.'); +echo __('Depending on your environment, it might be performance increasing to reduce this value.'); printf(__('Current query cache size: %s'), 0);
echo __('Query cache min result size'); @@ -259,7 +259,7 @@ printf(__('Your absolute InnoD log size is %s MiB'), 0);
echo __('InnoDB buffer pool size'); echo __('Your InnoDB buffer pool is fairly small.'); -echo __('The InnoDB buffer pool has a profound impact on perfomance for InnoDB tables. Assign all your remaining memory to this buffer. For database servers that use solely InnoDB as storage engine and have no other services (e.g. a web server) running, you may set this as high as 80% of your available memory. If that is not the case, you need to carefully assess the memory consumption of your other services and non-InnoDB-Tables and set this variable accordingly. If it is set too high, your system will start swapping, which decreases performance significantly. See also <a href="http://www.mysqlperformanceblog.com/2007/11/03/choosing-innodb_buffer_pool_s... article</a>'); +echo __('The InnoDB buffer pool has a profound impact on performance for InnoDB tables. Assign all your remaining memory to this buffer. For database servers that use solely InnoDB as storage engine and have no other services (e.g. a web server) running, you may set this as high as 80% of your available memory. If that is not the case, you need to carefully assess the memory consumption of your other services and non-InnoDB-Tables and set this variable accordingly. If it is set too high, your system will start swapping, which decreases performance significantly. See also <a href="http://www.mysqlperformanceblog.com/2007/11/03/choosing-innodb_buffer_pool_s... article</a>'); echo __('You are currently using %s% of your memory for the InnoDB buffer pool. This rule fires if you are assigning less than 60%, however this might be perfectly adequate for your system if you don't have much InnoDB tables or other services running on the same machine.');
echo __('MyISAM concurrent inserts'); diff --git a/po/af.po b/po/af.po index 65233f2..36591cb 100644 --- a/po/af.po +++ b/po/af.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\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"
@@ -211,7 +211,7 @@ msgstr "Kommentaar" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Nee" @@ -232,7 +232,7 @@ msgstr "Nee" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -638,8 +638,8 @@ msgstr "" #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 @@ -781,7 +781,7 @@ msgstr ""
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr ""
@@ -882,8 +882,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:277 import.php:330 libraries/File.class.php:456 @@ -919,7 +919,7 @@ msgstr "Die boekmerk is verwyder." msgid "Showing bookmark" msgstr ""
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "" @@ -966,15 +966,15 @@ msgstr "" msgid "Click to unselect" msgstr ""
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr ""DROP DATABASE" stellings word nie toegelaat nie."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "Wil jy regtig "
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr ""
@@ -2343,8 +2343,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 @@ -2666,7 +2666,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr ""
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr ""
@@ -5312,8 +5312,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 @@ -5605,7 +5605,7 @@ msgstr "Vertoon rye" msgid "total" msgstr "totaal"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "" @@ -6023,8 +6023,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 @@ -6349,7 +6349,7 @@ msgid "Generated by" msgstr "Voortgebring deur"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL het niks teruggegee nie (dus nul rye)."
@@ -7055,7 +7055,7 @@ msgid "Returns" msgstr "Databasis statistieke"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr ""
@@ -7580,11 +7580,11 @@ msgstr "" msgid "Columns" msgstr "Kolom name"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "Boekmerk hierdie SQL-stelling"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr ""
@@ -8814,8 +8814,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:1851 @@ -10467,36 +10467,36 @@ msgstr "" msgid "Browse foreign values" msgstr ""
-#: sql.php:192 +#: sql.php:197 #, php-format msgid "Using bookmark "%s" as default browse query." msgstr ""
-#: sql.php:664 tbl_replace.php:369 +#: sql.php:669 tbl_replace.php:369 #, php-format msgid "Inserted row id: %1$d" msgstr ""
-#: sql.php:681 +#: sql.php:686 msgid "Showing as PHP code" msgstr ""
-#: sql.php:684 tbl_replace.php:343 +#: sql.php:689 tbl_replace.php:343 msgid "Showing SQL query" msgstr ""
-#: sql.php:686 +#: sql.php:691 #, fuzzy #| msgid "Validate SQL" msgid "Validated SQL" msgstr "Valideer SQL"
-#: sql.php:993 +#: sql.php:885 #, php-format msgid "Problems with indexes of table `%s`" msgstr ""
-#: sql.php:1024 +#: sql.php:916 msgid "Label" msgstr "Etiket"
@@ -11330,7 +11330,7 @@ msgstr "" #: po/advisory_rules.php:27 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " -"enviroment. Usually a value of 1-5 seconds is suggested." +"environment. Usually a value of 1-5 seconds is suggested." msgstr ""
#: po/advisory_rules.php:28 @@ -11537,8 +11537,8 @@ msgstr "" #: po/advisory_rules.php:83 #, 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:85 @@ -11604,7 +11604,7 @@ msgstr ""
#: po/advisory_rules.php:97 msgid "" -"Depending on your enviroment, it might be performance increasing to reduce " +"Depending on your environment, it might be performance increasing to reduce " "this value." msgstr ""
@@ -11657,8 +11657,8 @@ msgstr "" #: po/advisory_rules.php:108 #, 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:110 @@ -12249,7 +12249,7 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format msgid "" -"The InnoDB buffer pool has a profound impact on perfomance for InnoDB " +"The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " "servers that use solely InnoDB as storage engine and have no other services " "(e.g. a web server) running, you may set this as high as 80% of your " diff --git a/po/ar.po b/po/ar.po index e79c74e..9c0da6e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\n" "PO-Revision-Date: 2011-08-07 03:51+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" @@ -212,7 +212,7 @@ msgstr "تعليقات" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "لا" @@ -233,7 +233,7 @@ msgstr "لا" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -347,8 +347,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا" -"%s." +"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%" +"s."
#: db_operations.php:584 msgid "Edit or export relational schema" @@ -624,8 +624,8 @@ msgstr "التتبع غير نشط." #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 @@ -762,7 +762,7 @@ msgstr "محدث"
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr "الحالة"
@@ -859,8 +859,8 @@ msgstr "تم حفظ الـDump إلى الملف %s." #: 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 لحل " "المشكلة." @@ -900,7 +900,7 @@ msgstr "لقد حذفت العلامة المرجعية." msgid "Showing bookmark" msgstr "عرض العلامة المرجعية"
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "تم إنشاء العلامة المرجعية %s" @@ -951,15 +951,15 @@ msgstr "إضغط للإختيار" msgid "Click to unselect" msgstr "إضغط لإلغاء الإختيار"
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr "أمر "حذف قاعدة البيانات" معطل."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "هل تريد حقا"
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr "أنت على وشك إزالة كامل قاعدة البيانات !"
@@ -2259,8 +2259,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 @@ -2585,7 +2585,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "مضمن"
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr "جانبي"
@@ -5199,8 +5199,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 @@ -5499,7 +5499,7 @@ msgstr "مشاهدة السجلات " msgid "total" msgstr "المجموع"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "استغرق الاستعلام %01.4f ثانية" @@ -5915,8 +5915,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 @@ -6252,7 +6252,7 @@ msgid "Generated by" msgstr "أنشئ بواسطة"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "قام MySQL بإرجاع نتيجة فارغة."
@@ -6972,7 +6972,7 @@ msgid "Returns" msgstr "خيارات الجدول"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr "وقت"
@@ -7523,11 +7523,11 @@ msgstr "" msgid "Columns" msgstr "اسم العمود"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "اجعل علامة مرجعية SQL-استعلام"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr "اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية"
@@ -8059,8 +8059,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:314 msgid "" @@ -8801,8 +8801,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 " "مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا " @@ -10474,36 +10474,36 @@ msgstr "" msgid "Browse foreign values" msgstr "استعرض القيم الغريبة"
-#: sql.php:192 +#: sql.php:197 #, php-format msgid "Using bookmark "%s" as default browse query." msgstr ""
-#: sql.php:664 tbl_replace.php:369 +#: sql.php:669 tbl_replace.php:369 #, php-format msgid "Inserted row id: %1$d" msgstr ""
-#: sql.php:681 +#: sql.php:686 msgid "Showing as PHP code" msgstr ""
-#: sql.php:684 tbl_replace.php:343 +#: sql.php:689 tbl_replace.php:343 msgid "Showing SQL query" msgstr ""
-#: sql.php:686 +#: sql.php:691 #, fuzzy #| msgid "Validate SQL" msgid "Validated SQL" msgstr "التحقق من استعلام SQL"
-#: sql.php:993 +#: sql.php:885 #, php-format msgid "Problems with indexes of table `%s`" msgstr ""
-#: sql.php:1024 +#: sql.php:916 msgid "Label" msgstr "علامة"
@@ -11320,7 +11320,7 @@ msgstr "" #: po/advisory_rules.php:27 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " -"enviroment. Usually a value of 1-5 seconds is suggested." +"environment. Usually a value of 1-5 seconds is suggested." msgstr ""
#: po/advisory_rules.php:28 @@ -11536,8 +11536,8 @@ msgstr "" #: po/advisory_rules.php:83 #, 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:85 @@ -11603,7 +11603,7 @@ msgstr ""
#: po/advisory_rules.php:97 msgid "" -"Depending on your enviroment, it might be performance increasing to reduce " +"Depending on your environment, it might be performance increasing to reduce " "this value." msgstr ""
@@ -11660,8 +11660,8 @@ msgstr "" #: po/advisory_rules.php:108 #, 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:110 @@ -12267,7 +12267,7 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format msgid "" -"The InnoDB buffer pool has a profound impact on perfomance for InnoDB " +"The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " "servers that use solely InnoDB as storage engine and have no other services " "(e.g. a web server) running, you may set this as high as 80% of your " @@ -12440,8 +12440,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 7cf439d..2966b45 100644 --- a/po/az.po +++ b/po/az.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani az@li.org\n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:277 @@ -210,7 +210,7 @@ msgstr "Qısa İzahatlar" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Xeyir" @@ -231,7 +231,7 @@ msgstr "Xeyir" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -639,8 +639,8 @@ msgstr "" #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 @@ -783,7 +783,7 @@ msgstr ""
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr "Status"
@@ -886,8 +886,8 @@ msgstr "Sxem %s faylına qeyd edildi." #: 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:277 import.php:330 libraries/File.class.php:456 @@ -923,7 +923,7 @@ msgstr "Bookmark silindi." msgid "Showing bookmark" msgstr ""
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "" @@ -972,15 +972,15 @@ msgstr "" msgid "Click to unselect" msgstr ""
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr ""DROP DATABASE" ifadeleri söndürülmüşdür (disabled)."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz "
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr "Bütün bazanı YOX ETMEK üzeresiniz!"
@@ -2372,8 +2372,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 @@ -2697,7 +2697,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "Motorlar"
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr ""
@@ -5380,8 +5380,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 @@ -5680,7 +5680,7 @@ msgstr "Gösterilen setirler" msgid "total" msgstr "cemi"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "sorğu %01.4f saniyede icra edildi" @@ -6100,8 +6100,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 @@ -6439,7 +6439,7 @@ msgid "Generated by" msgstr "Qurucu"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş netice çoxluğu gönderdi (ye'ni sıfır setir)."
@@ -7157,7 +7157,7 @@ msgid "Returns" msgstr "Cedvel başlığı"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr "Müddet"
@@ -7697,11 +7697,11 @@ msgstr "" msgid "Columns" msgstr "Sütun adları"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "Bu SQL sorğusunu bookmark-la"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr ""
@@ -8998,8 +8998,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 " @@ -10665,36 +10665,36 @@ msgstr "" msgid "Browse foreign values" msgstr ""
-#: sql.php:192 +#: sql.php:197 #, php-format msgid "Using bookmark "%s" as default browse query." msgstr ""
-#: sql.php:664 tbl_replace.php:369 +#: sql.php:669 tbl_replace.php:369 #, php-format msgid "Inserted row id: %1$d" msgstr ""
-#: sql.php:681 +#: sql.php:686 msgid "Showing as PHP code" msgstr ""
-#: sql.php:684 tbl_replace.php:343 +#: sql.php:689 tbl_replace.php:343 msgid "Showing SQL query" msgstr ""
-#: sql.php:686 +#: sql.php:691 #, fuzzy #| msgid "Validate SQL" msgid "Validated SQL" msgstr "SQL Tesdiqle"
-#: sql.php:993 +#: sql.php:885 #, php-format msgid "Problems with indexes of table `%s`" msgstr ""
-#: sql.php:1024 +#: sql.php:916 msgid "Label" msgstr "Etiket"
@@ -11539,7 +11539,7 @@ msgstr "" #: po/advisory_rules.php:27 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " -"enviroment. Usually a value of 1-5 seconds is suggested." +"environment. Usually a value of 1-5 seconds is suggested." msgstr ""
#: po/advisory_rules.php:28 @@ -11747,8 +11747,8 @@ msgstr "" #: po/advisory_rules.php:83 #, 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:85 @@ -11816,7 +11816,7 @@ msgstr ""
#: po/advisory_rules.php:97 msgid "" -"Depending on your enviroment, it might be performance increasing to reduce " +"Depending on your environment, it might be performance increasing to reduce " "this value." msgstr ""
@@ -11873,8 +11873,8 @@ msgstr "" #: po/advisory_rules.php:108 #, 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:110 @@ -12475,7 +12475,7 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format msgid "" -"The InnoDB buffer pool has a profound impact on perfomance for InnoDB " +"The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " "servers that use solely InnoDB as storage engine and have no other services " "(e.g. a web server) running, you may set this as high as 80% of your " diff --git a/po/be.po b/po/be.po index 2a659ec..0b371ec 100644 --- a/po/be.po +++ b/po/be.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\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: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:277 @@ -213,7 +213,7 @@ msgstr "Камэнтары" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Не" @@ -234,7 +234,7 @@ msgstr "Не" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -638,11 +638,11 @@ msgstr "" #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 #: libraries/tbl_info.inc.php:60 tbl_structure.php:210 @@ -788,7 +788,7 @@ msgstr ""
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr "Стан"
@@ -892,8 +892,8 @@ msgstr "Дамп захаваны ў файл %s." #: 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 для высьвятленьня спосабаў абыйсьці гэтае " @@ -912,8 +912,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:335 @@ -939,7 +939,7 @@ msgstr "Закладка была выдаленая." msgid "Showing bookmark" msgstr "Паказваючы закладку"
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "Закладка %s створаная" @@ -991,15 +991,15 @@ msgstr "" msgid "Click to unselect" msgstr ""
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr "Каманды "DROP DATABASE" адключаныя."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "Ці сапраўды вы жадаеце "
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!"
@@ -2423,8 +2423,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." @@ -2764,7 +2764,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "Машыны"
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr "Прафіляваньне"
@@ -5494,8 +5494,8 @@ msgstr "" #| "happen: %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, таму можна " "выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя " @@ -5811,7 +5811,7 @@ msgstr "Паказаныя запісы" msgid "total" msgstr "усяго"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "Запыт выконваўся %01.4f сэк" @@ -6286,8 +6286,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 @@ -6629,7 +6629,7 @@ msgid "Generated by" msgstr "Створаны"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)."
@@ -7355,7 +7355,7 @@ msgid "Returns" msgstr "Тып працэдуры"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr "Час"
@@ -7913,11 +7913,11 @@ msgstr "Каляндар" msgid "Columns" msgstr "Назвы калёнак"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "Дадаць гэты SQL-запыт у закладкі"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr "Даць кожнаму карыстальніку доступ да гэтай закладкі"
@@ -9275,8 +9275,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. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, " @@ -11088,36 +11088,36 @@ msgstr "" msgid "Browse foreign values" msgstr "Праглядзець зьнешнія значэньні"
-#: sql.php:192 +#: sql.php:197 #, php-format msgid "Using bookmark "%s" as default browse query." msgstr ""
-#: sql.php:664 tbl_replace.php:369 +#: sql.php:669 tbl_replace.php:369 #, php-format msgid "Inserted row id: %1$d" msgstr "ID устаўленага радку: %1$d"
-#: sql.php:681 +#: sql.php:686 msgid "Showing as PHP code" msgstr "У выглядзе PHP-коду"
-#: sql.php:684 tbl_replace.php:343 +#: sql.php:689 tbl_replace.php:343 msgid "Showing SQL query" msgstr "У выглядзе SQL-запыту"
-#: sql.php:686 +#: sql.php:691 #, fuzzy #| msgid "Validate SQL" msgid "Validated SQL" msgstr "Праверыць SQL"
-#: sql.php:993 +#: sql.php:885 #, php-format msgid "Problems with indexes of table `%s`" msgstr "Праблемы з індэксамі для табліцы `%s`"
-#: sql.php:1024 +#: sql.php:916 msgid "Label" msgstr "Метка"
@@ -11969,7 +11969,7 @@ msgstr "" #: po/advisory_rules.php:27 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " -"enviroment. Usually a value of 1-5 seconds is suggested." +"environment. Usually a value of 1-5 seconds is suggested." msgstr ""
#: po/advisory_rules.php:28 @@ -12183,8 +12183,8 @@ msgstr "" #: po/advisory_rules.php:83 #, 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:85 @@ -12256,7 +12256,7 @@ msgstr ""
#: po/advisory_rules.php:97 msgid "" -"Depending on your enviroment, it might be performance increasing to reduce " +"Depending on your environment, it might be performance increasing to reduce " "this value." msgstr ""
@@ -12312,8 +12312,8 @@ msgstr "" #: po/advisory_rules.php:108 #, 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:110 @@ -12932,7 +12932,7 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format msgid "" -"The InnoDB buffer pool has a profound impact on perfomance for InnoDB " +"The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " "servers that use solely InnoDB as storage engine and have no other services " "(e.g. a web server) running, you may set this as high as 80% of your " diff --git a/po/be@latin.po b/po/be@latin.po index c68503b..4fbb884 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\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" -"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" +"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" "X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:277 @@ -215,7 +215,7 @@ msgstr "Kamentary" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Nie" @@ -236,7 +236,7 @@ msgstr "Nie" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -644,11 +644,11 @@ msgstr "" #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 #: libraries/tbl_info.inc.php:60 tbl_structure.php:210 @@ -790,7 +790,7 @@ msgstr ""
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr "Stan"
@@ -889,8 +889,8 @@ msgstr "Damp zachavany ŭ fajł %s." #: 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 " @@ -909,8 +909,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:335 @@ -936,7 +936,7 @@ msgstr "Zakładka była vydalenaja." msgid "Showing bookmark" msgstr "Pakazvajučy zakładku"
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "Zakładka %s stvoranaja" @@ -988,15 +988,15 @@ msgstr "" msgid "Click to unselect" msgstr ""
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr "Kamandy "DROP DATABASE" adklučanyja."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "Ci sapraŭdy vy žadajecie "
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!"
@@ -2432,8 +2432,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." @@ -2776,7 +2776,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "Mašyny"
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr "Prafilavańnie"
@@ -5472,8 +5472,8 @@ msgstr "" #| "happen: %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ć " @@ -5787,7 +5787,7 @@ msgstr "Pakazanyja zapisy" msgid "total" msgstr "usiaho"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "Zapyt vykonvaŭsia %01.4f sek" @@ -6266,8 +6266,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 @@ -6609,7 +6609,7 @@ msgid "Generated by" msgstr "Stvorany"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)."
@@ -7331,7 +7331,7 @@ msgid "Returns" msgstr "Typ pracedury"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr "Čas"
@@ -7887,11 +7887,11 @@ msgstr "" msgid "Columns" msgstr "Nazvy kalonak"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "Dadać hety SQL-zapyt u zakładki"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr "Dać kožnamu karystalniku dostup da hetaj zakładki"
@@ -7995,8 +7995,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!" @@ -8196,8 +8196,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()."
@@ -9255,8 +9255,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ŭ, " @@ -11059,36 +11059,36 @@ msgstr "" msgid "Browse foreign values" msgstr "Prahladzieć źniešnija značeńni"
-#: sql.php:192 +#: sql.php:197 #, php-format msgid "Using bookmark "%s" as default browse query." msgstr ""
-#: sql.php:664 tbl_replace.php:369 +#: sql.php:669 tbl_replace.php:369 #, php-format msgid "Inserted row id: %1$d" msgstr "ID ustaŭlenaha radku: %1$d"
-#: sql.php:681 +#: sql.php:686 msgid "Showing as PHP code" msgstr "U vyhladzie PHP-kodu"
-#: sql.php:684 tbl_replace.php:343 +#: sql.php:689 tbl_replace.php:343 msgid "Showing SQL query" msgstr "U vyhladzie SQL-zapytu"
-#: sql.php:686 +#: sql.php:691 #, fuzzy #| msgid "Validate SQL" msgid "Validated SQL" msgstr "Pravieryć SQL"
-#: sql.php:993 +#: sql.php:885 #, php-format msgid "Problems with indexes of table `%s`" msgstr "Prablemy z indeksami dla tablicy `%s`"
-#: sql.php:1024 +#: sql.php:916 msgid "Label" msgstr "Mietka"
@@ -11937,7 +11937,7 @@ msgstr "" #: po/advisory_rules.php:27 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " -"enviroment. Usually a value of 1-5 seconds is suggested." +"environment. Usually a value of 1-5 seconds is suggested." msgstr ""
#: po/advisory_rules.php:28 @@ -12154,8 +12154,8 @@ msgstr "" #: po/advisory_rules.php:83 #, 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:85 @@ -12227,7 +12227,7 @@ msgstr ""
#: po/advisory_rules.php:97 msgid "" -"Depending on your enviroment, it might be performance increasing to reduce " +"Depending on your environment, it might be performance increasing to reduce " "this value." msgstr ""
@@ -12284,8 +12284,8 @@ msgstr "" #: po/advisory_rules.php:108 #, 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:110 @@ -12903,7 +12903,7 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format msgid "" -"The InnoDB buffer pool has a profound impact on perfomance for InnoDB " +"The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " "servers that use solely InnoDB as storage engine and have no other services " "(e.g. a web server) running, you may set this as high as 80% of your " diff --git a/po/bg.po b/po/bg.po index ee66838..ef3c895 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-11 13:55+0200\n" +"POT-Creation-Date: 2011-08-11 09:06-0400\n" "PO-Revision-Date: 2011-07-19 14:58+0200\n" "Last-Translator: 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.0.5\n"
@@ -212,7 +212,7 @@ msgstr "Коментари" #: server_privileges.php:1468 server_privileges.php:1479 #: server_privileges.php:1725 server_privileges.php:1736 #: server_privileges.php:2056 server_privileges.php:2061 -#: server_privileges.php:2355 sql.php:267 sql.php:328 tbl_printview.php:194 +#: server_privileges.php:2355 sql.php:272 sql.php:333 tbl_printview.php:194 #: tbl_structure.php:347 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Не" @@ -233,7 +233,7 @@ msgstr "Не" #: server_databases.php:76 server_privileges.php:1465 #: server_privileges.php:1476 server_privileges.php:1722 #: server_privileges.php:1736 server_privileges.php:2056 -#: server_privileges.php:2059 server_privileges.php:2355 sql.php:327 +#: server_privileges.php:2059 server_privileges.php:2355 sql.php:332 #: tbl_printview.php:194 tbl_structure.php:41 tbl_structure.php:347 #: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" @@ -613,8 +613,8 @@ msgstr "Проследяването е неактивно." #: db_structure.php:373 libraries/display_tbl.lib.php:2226 #, 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:387 db_structure.php:401 libraries/header.inc.php:158 @@ -751,7 +751,7 @@ msgstr "Съвременен"
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1068 sql.php:945 tbl_tracking.php:638 +#: server_status.php:1068 sql.php:837 tbl_tracking.php:638 msgid "Status" msgstr "Състояние"
@@ -851,8 +851,8 @@ msgstr "Схемата беше запазена във файл %s." #: 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 за да намерите начин да избегнете това ограничение." @@ -897,7 +897,7 @@ msgstr "Белязката беше изтрита." msgid "Showing bookmark" msgstr "Показване на белязка"
-#: import.php:401 sql.php:980 +#: import.php:401 sql.php:872 #, php-format msgid "Bookmark %s created" msgstr "Белязка %s беше създадена" @@ -951,15 +951,15 @@ msgstr "Щракване за избор" msgid "Click to unselect" msgstr "Щракване за отмяна на избора"
-#: js/messages.php:29 libraries/import.lib.php:102 sql.php:224 +#: js/messages.php:29 libraries/import.lib.php:102 sql.php:229 msgid ""DROP DATABASE" statements are disabled." msgstr ""DROP DATABASE" заявката е забранена."
-#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:322 +#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:327 msgid "Do you really want to " msgstr "Наистина ли искате да изпълните "
-#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:307 +#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:312 msgid "You are about to DESTROY a complete database!" msgstr "Вие ще УНИЩОЖИТЕ цялата БД!"
@@ -2269,8 +2269,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, за да го създадете." @@ -2599,7 +2599,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "На място"
-#: libraries/common.lib.php:1278 sql.php:941 +#: libraries/common.lib.php:1278 sql.php:833 msgid "Profiling" msgstr "Профилиране"
@@ -5161,8 +5161,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 @@ -5429,7 +5429,7 @@ msgstr "Показване на записи" msgid "total" msgstr "общо"
-#: libraries/display_tbl.lib.php:2252 sql.php:692 +#: libraries/display_tbl.lib.php:2252 sql.php:697 #, php-format msgid "Query took %01.4f sec" msgstr "Заявката отне %01.4f секунди" @@ -5839,8 +5839,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 @@ -6147,7 +6147,7 @@ msgid "Generated by" msgstr "Генерирано от"
#: libraries/import.lib.php:152 libraries/rte/rte_routines.lib.php:1237 -#: sql.php:688 tbl_change.php:183 tbl_get_field.php:34 +#: sql.php:693 tbl_change.php:183 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL върна празен резултат (т.е. нула редове)."
@@ -6840,7 +6840,7 @@ msgid "Returns" msgstr "Връща"
#: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1067 sql.php:946 +#: server_status.php:1067 sql.php:838 msgid "Time" msgstr "Време"
@@ -7331,11 +7331,11 @@ msgstr "Изчистване" msgid "Columns" msgstr "Колони"
-#: libraries/sql_query_form.lib.php:302 sql.php:1019 sql.php:1036 +#: libraries/sql_query_form.lib.php:302 sql.php:911 sql.php:928 msgid "Bookmark this SQL query" msgstr "Отбелязване SQL заявката"
-#: libraries/sql_query_form.lib.php:309 sql.php:1030 +#: libraries/sql_query_form.lib.php:309 sql.php:922 msgid "Let every user access this bookmark" msgstr "Всеки потребител да има достъп до тази белязка"
@@ -7437,8 +7437,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!" @@ -8119,8 +8119,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" @@ -8564,8 +8564,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. I the privileges the "