The branch, master has been updated via a7ed32de3a3b92262a05ed28186413e019212974 (commit) from 1e9568f13395a97f26bdecb965b573f4a4b4738b (commit)
- Log ----------------------------------------------------------------- commit a7ed32de3a3b92262a05ed28186413e019212974 Author: Michal Čihař mcihar@suse.cz Date: Thu Aug 11 15:11:54 2011 +0200
Update po files
-----------------------------------------------------------------------
Summary of changes: po/advisory_rules.php | 10 +++--- po/af.po | 48 +++++++++++++------------- po/ar.po | 60 +++++++++++++++++----------------- po/az.po | 48 +++++++++++++------------- po/be.po | 56 ++++++++++++++++---------------- po/be@latin.po | 68 +++++++++++++++++++------------------- po/bg.po | 56 ++++++++++++++++---------------- po/bn.po | 60 +++++++++++++++++----------------- po/br.po | 60 +++++++++++++++++----------------- po/bs.po | 48 +++++++++++++------------- po/ca.po | 68 +++++++++++++++++++------------------- po/cs.po | 68 +++++++++++++++++++------------------- po/cy.po | 52 +++++++++++++++--------------- po/da.po | 72 ++++++++++++++++++++-------------------- po/de.po | 64 ++++++++++++++++++------------------ po/el.po | 76 +++++++++++++++++++++--------------------- po/en_GB.po | 72 ++++++++++++++++++++-------------------- po/es.po | 61 +++++++++++++++++----------------- po/et.po | 48 +++++++++++++------------- po/eu.po | 48 +++++++++++++------------- po/fa.po | 64 ++++++++++++++++++------------------ po/fi.po | 62 +++++++++++++++++----------------- po/fr.po | 75 +++++++++++++++++++++--------------------- po/gl.po | 66 +++++++++++++++++++------------------- po/he.po | 48 +++++++++++++------------- po/hi.po | 56 ++++++++++++++++---------------- po/hr.po | 60 +++++++++++++++++----------------- po/hu.po | 78 ++++++++++++++++++++++---------------------- po/id.po | 56 ++++++++++++++++---------------- po/it.po | 64 ++++++++++++++++++------------------ po/ja.po | 61 +++++++++++++++++----------------- po/ka.po | 74 +++++++++++++++++++++--------------------- po/ko.po | 56 ++++++++++++++++---------------- po/lt.po | 66 +++++++++++++++++++------------------- po/lv.po | 52 +++++++++++++++--------------- po/mk.po | 48 +++++++++++++------------- po/ml.po | 48 +++++++++++++------------- po/mn.po | 60 +++++++++++++++++----------------- po/ms.po | 48 +++++++++++++------------- po/nb.po | 62 +++++++++++++++++----------------- po/nl.po | 60 +++++++++++++++++----------------- po/phpmyadmin.pot | 47 +++++++++++++------------- po/pl.po | 74 +++++++++++++++++++++--------------------- po/pt.po | 56 ++++++++++++++++---------------- po/pt_BR.po | 52 +++++++++++++++--------------- po/ro.po | 56 ++++++++++++++++---------------- po/ru.po | 56 ++++++++++++++++---------------- po/si.po | 60 +++++++++++++++++----------------- po/sk.po | 64 ++++++++++++++++++------------------ po/sl.po | 48 +++++++++++++------------- po/sq.po | 52 +++++++++++++++--------------- po/sr.po | 56 ++++++++++++++++---------------- po/sr@latin.po | 56 ++++++++++++++++---------------- po/sv.po | 64 ++++++++++++++++++------------------ po/ta.po | 48 +++++++++++++------------- po/te.po | 48 +++++++++++++------------- po/th.po | 52 +++++++++++++++--------------- po/tr.po | 66 +++++++++++++++++++------------------- po/tt.po | 52 +++++++++++++++--------------- po/ug.po | 60 +++++++++++++++++----------------- po/uk.po | 60 +++++++++++++++++----------------- po/ur.po | 56 ++++++++++++++++---------------- po/uz.po | 78 ++++++++++++++++++++++---------------------- po/uz@latin.po | 86 ++++++++++++++++++++++++------------------------ po/zh_CN.po | 56 ++++++++++++++++---------------- po/zh_TW.po | 52 +++++++++++++++--------------- 66 files changed, 1933 insertions(+), 1929 deletions(-)
diff --git a/po/advisory_rules.php b/po/advisory_rules.php index 837e629..f9201ba 100644 --- a/po/advisory_rules.php +++ b/po/advisory_rules.php @@ -124,7 +124,7 @@ printf(__('Table joins average: %s, this value should be less than 1 per hour'),
echo __('rate of reading first index entry'); echo __('The rate of reading the first index entry is high.'); -echo __('This usually indicates frequent full index scans. Full index scans are faster than table scans but require lots of cpu cycles in big tables, if those tables that have or had high volumes of UPDATEs and DELETEs, running 'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index scans. Other than that full index scans can only be reduced by rewriting queries.'); +echo __('This usually indicates frequent full index scans. Full index scans are faster than table scans but require lots of CPU cycles in big tables, if those tables that have or had high volumes of UPDATEs and DELETEs, running 'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index scans. Other than that full index scans can only be reduced by rewriting queries.'); printf(__('Index scans average: %s, this value should be less than 1 per hour'), 0);
echo __('rate of reading fixed position'); @@ -139,12 +139,12 @@ printf(__('Rate of reading next table row: %s, this value should be less than 1
echo __('tmp_table_size vs. max_heap_table_size'); echo __('tmp_table_size and max_heap_table_size are not the same.'); -echo __('If you have deliberatly changed one of either: The server uses the lower value of either to determine the maximum size of in-memory tables. So if you wish to increse the in-memory table limit you will have to increase the other value as well.'); +echo __('If you have deliberately changed one of either: The server uses the lower value of either to determine the maximum size of in-memory tables. So if you wish to increase the in-memory table limit you will have to increase the other value as well.'); printf(__('Current values are tmp_table_size: %s, max_heap_table_size: %s'), 0);
echo __('% temp disk tables'); echo __('Many temporary tables are being written to disk instead of being kept in memory.'); -echo __('Increasing {max_heap_table_size} and {tmp_table_size} might help. However some temporary tables are always being written to disk, independent of the value of these variables. To elminiate these you will have to rewrite your queries to avoid those conditions (Within a temprorary table: Presence of a BLOB or TEXT column or presence of a column bigger than 512 bytes) as mentioned in the beginning of an <a href="http://www.facebook.com/note.php?note_id=10150111255065841&comments%5C%2... by the Pythian Group</a>'); +echo __('Increasing {max_heap_table_size} and {tmp_table_size} might help. However some temporary tables are always being written to disk, independent of the value of these variables. To elminiate these you will have to rewrite your queries to avoid those conditions (Within a temporary table: Presence of a BLOB or TEXT column or presence of a column bigger than 512 bytes) as mentioned in the beginning of an <a href="http://www.facebook.com/note.php?note_id=10150111255065841&comments%5C%2... by the Pythian Group</a>'); printf(__('%s%% of all temporary tables are being written to disk, this value should be below 25%%'), 0);
echo __('temp disk rate'); @@ -218,7 +218,7 @@ echo __('Set slow_launch_time to 1s or 2s to correctly count threads that are sl printf(__('slow_launch_time is set to %s'), 0);
echo __('% connections used'); -echo __('The maximum amount of used connnections is getting close to the value of max_connections.'); +echo __('The maximum amount of used connections is getting close to the value of max_connections.'); echo __('Increase max_connections, or decrease wait_timeout so that connections that do not close database handlers properly get killed sooner. Make sure the code closes database handlers properly.'); printf(__('Max_used_connections is at %s%% of max_connections, it should be below 80%%'), 0);
@@ -249,7 +249,7 @@ echo __('have_innodb is set to 'value'');
echo __('% InnoDB log size'); echo __('The InnoDB log file size is not an appropriate size, in relation to the InnoDB buffer pool.'); -echo __('Especiallay one a system with a lot of writes to InnoDB tables you shoud set innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger this value, the longer the recovery time will be when database crashes, so this value should not be set much higher than 256 MiB. Please note however that you cannot simply change the value of this variable. You need to shutdown the server, remove the InnoDB log files, set the new value in my.cnf, start the server, then check the error logs if everything went fine. See also <a href="http://mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfi... blog entry</a>'); +echo __('Especially one a system with a lot of writes to InnoDB tables you should set innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger this value, the longer the recovery time will be when database crashes, so this value should not be set much higher than 256 MiB. Please note however that you cannot simply change the value of this variable. You need to shutdown the server, remove the InnoDB log files, set the new value in my.cnf, start the server, then check the error logs if everything went fine. See also <a href="http://mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfi... blog entry</a>'); printf(__('Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, it should not be below 20%%'), 0);
echo __('Max InnoDB log size'); diff --git a/po/af.po b/po/af.po index 36591cb..ce4fe95 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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"
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -11724,7 +11724,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -11788,9 +11788,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -11816,7 +11816,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12082,7 +12082,7 @@ msgstr ""
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12193,7 +12193,7 @@ msgstr "" #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/ar.po b/po/ar.po index 9c0da6e..69815b6 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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" @@ -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 @@ -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 لحل " "المشكلة." @@ -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 @@ -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 @@ -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 @@ -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 " "مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا " @@ -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 @@ -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 @@ -11727,7 +11727,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -11791,9 +11791,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -11820,7 +11820,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12093,7 +12093,7 @@ msgstr "اتصالات"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12211,7 +12211,7 @@ msgstr "" #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " @@ -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 2966b45..ab08f72 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 " @@ -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 @@ -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 @@ -11940,7 +11940,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -12004,9 +12004,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -12032,7 +12032,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12302,7 +12302,7 @@ msgstr "Elaqeler"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12418,7 +12418,7 @@ msgstr "" #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/be.po b/po/be.po index 0b371ec..12bef42 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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 @@ -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 @@ -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 @@ -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." @@ -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, таму можна " "выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя " @@ -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 @@ -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. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, " @@ -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 @@ -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 @@ -12380,7 +12380,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -12444,9 +12444,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -12472,7 +12472,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12754,7 +12754,7 @@ msgstr "Падлучэньні"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12874,7 +12874,7 @@ msgstr "Колькасьць запісаў, зробленых у буфэрн #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/be@latin.po b/po/be@latin.po index 4fbb884..268eb66 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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:277 @@ -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 @@ -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 @@ -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." @@ -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ć " @@ -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 @@ -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ŭ, " @@ -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 @@ -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 @@ -12351,7 +12351,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -12415,9 +12415,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -12443,7 +12443,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12725,7 +12725,7 @@ msgstr "Padłučeńni"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12845,7 +12845,7 @@ msgstr "Kolkaść zapisaŭ, zroblenych u buferny puł InnoDB." #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/bg.po b/po/bg.po index ef3c895..0c39b39 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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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"
@@ -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 @@ -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 за да намерите начин да избегнете това ограничение." @@ -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, за да го създадете." @@ -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 @@ -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 @@ -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. 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. Съдържанието на тази таблица може да се различава от " @@ -11263,8 +11263,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 @@ -11393,8 +11393,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 @@ -11462,7 +11462,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -11526,9 +11526,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -11555,7 +11555,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -11833,7 +11833,7 @@ msgstr "Конекции"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -11951,7 +11951,7 @@ msgstr "" #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/bn.po b/po/bn.po index e2cc241..e1f78b6 100644 --- a/po/bn.po +++ b/po/bn.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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\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"
@@ -635,8 +635,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 @@ -884,11 +884,11 @@ 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 "" -"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:277 import.php:330 libraries/File.class.php:456 #: libraries/File.class.php:539 @@ -2398,8 +2398,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 ব্যাবহার " "করে একটি তৈরী করতে পারেন " @@ -5451,12 +5451,12 @@ 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 "" "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" @@ -6205,8 +6205,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 @@ -9161,13 +9161,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:1851 msgid "The selected user was not found in the privilege table." @@ -12038,8 +12038,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 @@ -12168,8 +12168,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 @@ -12236,7 +12236,7 @@ msgstr "" #: po/advisory_rules.php:127 msgid "" "This usually indicates frequent full index scans. Full index scans are " -"faster than table scans but require lots of cpu cycles in big tables, if " +"faster than table scans but require lots of CPU cycles in big tables, if " "those tables that have or had high volumes of UPDATEs and DELETEs, running " "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " "scans. Other than that full index scans can only be reduced by rewriting " @@ -12300,9 +12300,9 @@ msgstr ""
#: po/advisory_rules.php:142 msgid "" -"If you have deliberatly changed one of either: The server uses the lower " +"If you have deliberately changed one of either: The server uses the lower " "value of either to determine the maximum size of in-memory tables. So if you " -"wish to increse the in-memory table limit you will have to increase the " +"wish to increase the in-memory table limit you will have to increase the " "other value as well." msgstr ""
@@ -12328,7 +12328,7 @@ msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " "value of these variables. To elminiate these you will have to rewrite your " -"queries to avoid those conditions (Within a temprorary table: Presence of a " +"queries to avoid those conditions (Within a temporary table: Presence of a " "BLOB or TEXT column or presence of a column bigger than 512 bytes) as " "mentioned in the beginning of an <a href=\"http://www.facebook.com/note." "php?note_id=10150111255065841&comments\">Article by the Pythian Group</a>" @@ -12609,7 +12609,7 @@ msgstr "সংযোগসমূহ"
#: po/advisory_rules.php:221 msgid "" -"The maximum amount of used connnections is getting close to the value of " +"The maximum amount of used connections is getting close to the value of " "max_connections." msgstr ""
@@ -12729,7 +12729,7 @@ msgstr "The number writes done to the InnoDB buffer pool." #: po/advisory_rules.php:252 #, php-format msgid "" -"Especiallay one a system with a lot of writes to InnoDB tables you shoud set " +"Especially one a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25% of {innodb_buffer_pool_size}. However the bigger " "this value, the longer the recovery time will be when database crashes, so " "this value should not be set much higher than 256 MiB. Please note however " diff --git a/po/br.po b/po/br.po index cbec980..810e069 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,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 09:06-0400\n" +"POT-Creation-Date: 2011-08-11 15:11+0200\n" "PO-Revision-Date: 2011-08-10 22:33+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"
@@ -617,11 +617,11 @@ msgstr "N'eo ket oberiant an heuliañ." #: 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 "" -"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:387 db_structure.php:401 libraries/header.inc.php:158 #: libraries/tbl_info.inc.php:60 tbl_structure.php:210 @@ -856,11 +856,11 @@ msgstr "Enrollet eo bet ar restr ezporzhiañ e%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 "" -"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:277 import.php:330 libraries/File.class.php:456 #: libraries/File.class.php:539 @@ -2257,11 +2257,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 "" @@ -5187,8 +5187,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 @@ -5865,8 +5865,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 o the %"