Merge remote branch 'origin/QA_3_5' into QA_3_5-jqplot

This commit is contained in:
Marc Delisle 2012-05-19 12:21:45 -04:00
commit f04c051ee5
38 changed files with 475 additions and 447 deletions

View File

@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog
- bug [GUI] Invalid HTML code on transformation_overview.php
- bug #3522930 [browse] Missing validation in Ajax mode
- bug Fix popup message on build SQL of import
- bug #3523499 [core] Make X-WebKit-CSP work better
3.5.1.0 (2012-05-03)
- bug #3510784 [edit] Limit clause ignored when sort order is remembered

View File

@ -22,8 +22,8 @@ $GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
/* Prevent against ClickJacking by allowing frames only from same origin */
if (!$GLOBALS['cfg']['AllowThirdPartyFraming']) {
header('X-Frame-Options: SAMEORIGIN');
header('X-Content-Security-Policy: allow \'self\'; options inline-script eval-script; frame-ancestors \'self\'; img-src \'self\' data:; script-src \'self\' http://www.phpmyadmin.net');
header('X-WebKit-CSP: default-src \'self\' \'unsafe-inline\'; img-src \'self\' data:; script-src \'self\' \'unsafe-inline\' \'unsafe-eval\' http://www.phpmyadmin.net');
header("X-Content-Security-Policy: allow 'self'; options inline-script eval-script; frame-ancestors 'self'; img-src 'self' data:; script-src 'self' http://www.phpmyadmin.net");
header("X-WebKit-CSP: allow 'self' http://www.phpmyadmin.net; options inline-script eval-script");
}
PMA_no_cache_header();
if (!defined('IS_TRANSFORMATION_WRAPPER')) {

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n"
"PO-Revision-Date: 2012-05-17 15:17+0200\n"
"Last-Translator: Michal Čihař <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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8082,7 +8082,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Wys hierdie navraag weer hier "
msgstr "Wys hierdie navraag weer hier"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9217,7 +9217,7 @@ msgstr ""
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: MySQL regte name word in Engels vertoon "
msgstr "Nota: MySQL regte name word in Engels vertoon"
#: server_privileges.php:614
msgid "Administration"
@ -11444,7 +11444,7 @@ msgstr "Ry lengte"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Ry grootte "
msgstr "Ry grootte"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-27 16:55+0200\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: azerbaijani <az@li.org>\n"
"Language: az\n"
@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.8\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8208,7 +8208,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Bu sorğunu burada yene göster "
msgstr "Bu sorğunu burada yene göster"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9402,7 +9402,7 @@ msgstr "Cedvelexas selahiyyetler"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir "
msgstr "Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir"
#: server_privileges.php:614
msgid "Administration"
@ -11647,7 +11647,7 @@ msgstr "Sıra uzunluğu"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Sıra boyu "
msgstr "Sıra boyu"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: belarusian_cyrillic <be@li.org>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8437,7 +8439,7 @@ msgstr "Разьдзяляльнік"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Паказаць гэты запыт зноў "
msgstr "Паказаць гэты запыт зноў"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9701,7 +9703,7 @@ msgstr "Прывілеі, спэцыфічныя для табліцы"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску "
msgstr "Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску"
#: server_privileges.php:614
msgid "Administration"
@ -12097,7 +12099,7 @@ msgstr "Даўжыня радка"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Памер радка "
msgstr "Памер радка"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař <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"
"X-Generator: Pootle 2.0.1\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8420,7 +8420,7 @@ msgstr "Raździalalnik"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Pakazać hety zapyt znoŭ "
msgstr "Pakazać hety zapyt znoŭ"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9689,7 +9689,7 @@ msgstr "Pryvilei, specyfičnyja dla tablicy"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku "
msgstr "Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku"
#: server_privileges.php:614
msgid "Administration"
@ -12074,7 +12074,7 @@ msgstr "Daŭžynia radka"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Pamier radka "
msgstr "Pamier radka"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

131
po/bg.po
View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-05-11 07:14+0200\n"
"PO-Revision-Date: 2012-05-17 20:44+0200\n"
"Last-Translator: Стоян Димитров <stoyanster@gmail.com>\n"
"Language-Team: bulgarian <bg@li.org>\n"
"Language: bg\n"
@ -5037,11 +5037,11 @@ msgstr "Показване връзка към phpinfo()"
#: libraries/config/messages.inc.php:470
msgid "Show detailed MySQL server information"
msgstr "Показва подробна информация за MySQL сървърът"
msgstr "Показва подробна информация за MySQL сървъра"
#: libraries/config/messages.inc.php:471
msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed"
msgstr ""
msgstr "Определя дали SQL заявките, генерирани от phpMyAdmin да бъдат показвани"
#: libraries/config/messages.inc.php:472
msgid "Show SQL queries"
@ -5051,15 +5051,18 @@ msgstr "Показване на SQL заявките"
msgid ""
"Defines whether the query box should stay on-screen after its submission"
msgstr ""
"Определя дали прозорецът със заявката да остане екрана след изпращането му"
#: libraries/config/messages.inc.php:474 libraries/sql_query_form.lib.php:352
#| msgid "Hide query box"
msgid "Retain query box"
msgstr ""
msgstr "Запазване отворен прозореца за заявки"
#: libraries/config/messages.inc.php:475
msgid "Allow to display database and table statistics (eg. space usage)"
msgstr ""
"Разрешаване показването на статистика за таблици и БД (напр. заемано "
"пространство)"
#: libraries/config/messages.inc.php:476
msgid "Show statistics"
@ -5085,11 +5088,11 @@ msgstr ""
#: libraries/config/messages.inc.php:480
msgid "Display table comment instead of its name"
msgstr ""
msgstr "Показване на коментара на таблицата вместо името"
#: libraries/config/messages.inc.php:481
msgid "Display table comments in tooltips"
msgstr ""
msgstr "Показване на коментара на таблицата в подсказка"
#: libraries/config/messages.inc.php:482
msgid ""
@ -5102,7 +5105,7 @@ msgstr "Пропускане заключени таблици"
#: libraries/config/messages.inc.php:488
msgid "Requires SQL Validator to be enabled"
msgstr ""
msgstr "Изисква SQL валидаторът да бъде включван"
#: libraries/config/messages.inc.php:490
#: libraries/display_change_password.lib.php:40
@ -5119,16 +5122,19 @@ msgid ""
"[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
"installed"
msgstr ""
"[strong]Предупреждение:[/strong] изисква инсталиран PHP SOAP или PEAR SOAP"
#: libraries/config/messages.inc.php:492
msgid "Enable SQL Validator"
msgstr ""
msgstr "Включване на SQL валидатора"
#: libraries/config/messages.inc.php:493
msgid ""
"If you have a custom username, specify it here (defaults to [kbd]anonymous[/"
"kbd])"
msgstr ""
"Ако имате отделно потребителско име, въведете го тук (по подразбиране е "
"[kbd]anonymous[/kbd])"
#: libraries/config/messages.inc.php:494 tbl_tracking.php:460
#: tbl_tracking.php:517
@ -5143,7 +5149,7 @@ msgstr ""
#: libraries/config/messages.inc.php:496
msgid "Suggest new database name"
msgstr ""
msgstr "Предлагане на име на БД"
#: libraries/config/messages.inc.php:497
msgid "A warning is displayed on the main page if Suhosin is detected"
@ -5175,11 +5181,11 @@ msgstr "Реда в текстово поле"
#: libraries/config/messages.inc.php:503
msgid "Title of browser window when a database is selected"
msgstr ""
msgstr "Заглавие на прозореца на браузъра, когато е избрана БД"
#: libraries/config/messages.inc.php:505
msgid "Title of browser window when nothing is selected"
msgstr ""
msgstr "Заглавие на прозореца на браузъра, когато не е избрано нищо"
#: libraries/config/messages.inc.php:506
msgid "Default title"
@ -5187,11 +5193,11 @@ msgstr "Заглавие по подразбиране"
#: libraries/config/messages.inc.php:507
msgid "Title of browser window when a server is selected"
msgstr ""
msgstr "Заглавие на прозореца на браузъра, когато е избран сървър"
#: libraries/config/messages.inc.php:509
msgid "Title of browser window when a table is selected"
msgstr ""
msgstr "Заглавие на прозореца на браузъра, когато е избрана таблица"
#: libraries/config/messages.inc.php:511
msgid ""
@ -5208,10 +5214,11 @@ msgstr ""
#: libraries/config/messages.inc.php:513
msgid "Directory on server where you can upload files for import"
msgstr ""
"Папка на сървъра, в която можете да качвате файлове, за да бъдат импортирани"
#: libraries/config/messages.inc.php:514
msgid "Upload directory"
msgstr ""
msgstr "Папка за качване на файлове"
#: libraries/config/messages.inc.php:515
msgid "Allow for searching inside the entire database"
@ -5244,7 +5251,7 @@ msgstr ""
#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:243
msgid "Check for latest version"
msgstr ""
msgstr "Проверка за обновление"
#: libraries/config/messages.inc.php:522
msgid "Enables check for latest version on main phpMyAdmin page"
@ -5263,6 +5270,8 @@ msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations"
msgstr ""
"Включване на [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"компресия при импорт и експорт"
#: libraries/config/messages.inc.php:525
msgid "ZIP"
@ -5270,15 +5279,15 @@ msgstr "ZIP"
#: libraries/config/setup.forms.php:41
msgid "Config authentication"
msgstr ""
msgstr "Удостоверяване от настройките"
#: libraries/config/setup.forms.php:45
msgid "Cookie authentication"
msgstr ""
msgstr "Удостоверяване чрез бисквитка"
#: libraries/config/setup.forms.php:48
msgid "HTTP authentication"
msgstr ""
msgstr "HTTP удостоверяване"
#: libraries/config/setup.forms.php:51
msgid "Signon authentication"
@ -5304,7 +5313,7 @@ msgstr "Бърз"
#: libraries/config/setup.forms.php:271
#: libraries/config/user_preferences.forms.php:170
msgid "Custom"
msgstr ""
msgstr "Потребителски"
#: libraries/config/setup.forms.php:292
#: libraries/config/user_preferences.forms.php:190
@ -5338,11 +5347,13 @@ msgstr ""
#: libraries/config/validate.lib.php:223 libraries/config/validate.lib.php:230
msgid "Could not connect to MySQL server"
msgstr ""
msgstr "Невъзможност за свързване с MySQL сървър"
#: libraries/config/validate.lib.php:254
msgid "Empty username while using config authentication method"
msgstr ""
"Празно потребителско име при използване на метод за удостоверяване от "
"настройките"
#: libraries/config/validate.lib.php:258
msgid "Empty signon session name while using signon authentication method"
@ -5374,17 +5385,19 @@ msgstr "en"
#: libraries/core.lib.php:266
#, php-format
msgid "The %s extension is missing. Please check your PHP configuration."
msgstr ""
msgstr "Разширението %s липсва. Проверете конфигурацията на PHP."
#: libraries/core.lib.php:414
msgid "possible deep recursion attack"
msgstr ""
msgstr "възможна атака чрез дълбока рекурсия"
#: libraries/database_interface.lib.php:1813
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"Сървърът не отговаря (или местният сокет на сървъра не е конфигуриран "
"правилно)."
#: libraries/database_interface.lib.php:1816
msgid "The server is not responding."
@ -5392,7 +5405,7 @@ msgstr "Сървърът не отговаря."
#: libraries/database_interface.lib.php:1820
msgid "Please check privileges of directory containing database."
msgstr ""
msgstr "Проверете правата на папката, съдържаща БД."
#: libraries/database_interface.lib.php:1828
msgid "Details..."
@ -5485,7 +5498,7 @@ msgstr "Създаване"
#: libraries/display_create_database.lib.php:43 server_privileges.php:123
#: server_privileges.php:1587 server_replication.php:33
msgid "No Privileges"
msgstr "Няма права"
msgstr "Без права"
#: libraries/display_create_table.lib.php:46 pmd_general.php:71
#: server_synchronize.php:442 server_synchronize.php:914
@ -5549,6 +5562,7 @@ msgid "Rows:"
msgstr "Редове:"
#: libraries/display_export.lib.php:152
#, fuzzy
msgid "Dump some row(s)"
msgstr "Схема на ред(ове)"
@ -5637,7 +5651,7 @@ msgstr "Формат:"
#: libraries/display_export.lib.php:333
msgid "Format-specific options:"
msgstr "Формат-специфични настройки:"
msgstr "Специфични настройки:"
#: libraries/display_export.lib.php:334
msgid ""
@ -5724,7 +5738,7 @@ msgstr "Брой редове, които да бъдат пропуснати
#: libraries/display_import.lib.php:250
msgid "Format-Specific Options:"
msgstr ""
msgstr "Специфични настройки:"
#: libraries/display_select_lang.lib.php:46
#: libraries/display_select_lang.lib.php:47 setup/frames/index.inc.php:72
@ -5733,11 +5747,11 @@ msgstr "Език"
#: libraries/display_tbl.lib.php:406
msgid "Save edited data"
msgstr ""
msgstr "Съхраняване на редактираните данни"
#: libraries/display_tbl.lib.php:412
msgid "Restore column order"
msgstr ""
msgstr "Възстановяване на подредбата на колоните"
#: libraries/display_tbl.lib.php:423
#, php-format
@ -5754,7 +5768,7 @@ msgstr "Брой редове"
#: libraries/display_tbl.lib.php:435
msgid "Mode"
msgstr ""
msgstr "Режим"
#: libraries/display_tbl.lib.php:437
msgid "horizontal"
@ -5825,11 +5839,11 @@ msgstr "Без трансформация от браузъра"
#: libraries/display_tbl.lib.php:694
msgid "Well Known Text"
msgstr ""
msgstr "Добре познат текст"
#: libraries/display_tbl.lib.php:695
msgid "Well Known Binary"
msgstr ""
msgstr "Добре позната двоична стойност"
#: libraries/display_tbl.lib.php:1406 libraries/display_tbl.lib.php:1418
msgid "The row has been deleted"
@ -6981,6 +6995,7 @@ msgstr "Позволено"
#: libraries/relation.lib.php:88 libraries/relation.lib.php:100
#: pmd_relation_new.php:66
#, fuzzy
msgid "General relation features"
msgstr "Общи свойства на релациите"
@ -8372,6 +8387,7 @@ msgid "Save position"
msgstr "Запазване на позицията"
#: pmd_general.php:74 pmd_general.php:346
#, fuzzy
msgid "Create relation"
msgstr "Създаване отношение"
@ -8404,6 +8420,7 @@ msgid "Toggle small/big"
msgstr ""
#: pmd_general.php:99
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Превключване на редовете с релации"
@ -8425,6 +8442,7 @@ msgid "Hide/Show all"
msgstr "Показване/скриване всички"
#: pmd_general.php:130
#, fuzzy
msgid "Hide/Show Tables with no relation"
msgstr "Показване/скриване таблици без релации"
@ -8437,10 +8455,12 @@ msgid "Number of tables"
msgstr "Брой таблици"
#: pmd_general.php:412
#, fuzzy
msgid "Delete relation"
msgstr "Изтриване на отношение"
#: pmd_general.php:454 pmd_general.php:513
#, fuzzy
msgid "Relation operator"
msgstr "Оператор на отношение"
@ -8507,22 +8527,27 @@ msgid "recommended"
msgstr "препоръчително"
#: pmd_relation_new.php:27
#, fuzzy
msgid "Error: relation already exists."
msgstr "Грешка: Зависимостта вече съществува."
#: pmd_relation_new.php:59 pmd_relation_new.php:84
#, fuzzy
msgid "Error: Relation not added."
msgstr "Грешка: Зависимостта не е добавена."
#: pmd_relation_new.php:60
#, fuzzy
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY зависимост е добавена"
#: pmd_relation_new.php:82
#, fuzzy
msgid "Internal relation added"
msgstr "Вътрешна зависимост е добавена"
#: pmd_relation_upd.php:58
#, fuzzy
msgid "Relation deleted"
msgstr "Зависимостта изтрита"
@ -9566,8 +9591,8 @@ msgid ""
"The number of connections that were aborted because the client died without "
"closing the connection properly."
msgstr ""
"Броят връзки, които са прекратени, защото клиентът е изчезнал без правилно "
"да затвори връзките."
"Броят връзки, които са прекъснати, защото клиентът е изчезнал без да затвори "
"правилно връзките."
#: server_status.php:1303
msgid "The number of failed attempts to connect to the MySQL server."
@ -11130,10 +11155,12 @@ msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Грешка при създаването на външен ключ върху %1$s (проверете типа данни)"
#: tbl_relation.php:398
#, fuzzy
msgid "Internal relation"
msgstr "Вътрешна релация"
#: tbl_relation.php:400
#, fuzzy
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@ -11219,6 +11246,7 @@ msgid "Edit view"
msgstr "Изглед за редакция"
#: tbl_structure.php:624
#, fuzzy
msgid "Relation view"
msgstr "Преглед на релациите"
@ -12338,11 +12366,11 @@ msgstr ""
#: po/advisory_rules.php:230
#| msgid "max. concurrent connections"
msgid "Percentage of aborted connections"
msgstr "Процент прекратени връзки"
msgstr "Процент прекъснати връзки"
#: po/advisory_rules.php:231 po/advisory_rules.php:236
msgid "Too many connections are aborted."
msgstr ""
msgstr "Твърде много прекъснати връзки."
#: po/advisory_rules.php:232 po/advisory_rules.php:237
msgid ""
@ -12351,31 +12379,37 @@ msgid ""
"source-of-aborted_connects/\">This article</a> might help you track down the "
"source."
msgstr ""
"Връзки обикновено биват прекъснати, когато не могат да бъдат удостоверени. "
"<a href=\"http://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-"
"the-source-of-aborted_connects/\">Тази статия</a> може да ви помогне да "
"проследите на източника."
#: po/advisory_rules.php:233
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
msgstr "%s%% на всички прекъснати клиенти. Тази стойност трябва да бъде под 1%%"
#: po/advisory_rules.php:235
#| msgid "max. concurrent connections"
msgid "Rate of aborted connections"
msgstr "Стойност прекратени връзки"
msgstr "Стойност прекъснати връзки"
#: po/advisory_rules.php:238
#, php-format
msgid ""
"Aborted connections rate is at %s, this value should be less than 1 per hour"
msgstr ""
"Стойността на прекъснатите клиенти е %s, тази стойност трябва да бъде "
"по-малка от 1 за час"
#: po/advisory_rules.php:240
#| msgid "Format of imported file"
msgid "Percentage of aborted clients"
msgstr "Процент отказани клиенти"
msgstr "Процент прекъснати клиенти"
#: po/advisory_rules.php:241 po/advisory_rules.php:246
msgid "Too many clients are aborted."
msgstr "Твърде много отказани клиенти."
msgstr "Твърде много прекъснати клиенти."
#: po/advisory_rules.php:242 po/advisory_rules.php:247
msgid ""
@ -12383,37 +12417,42 @@ msgid ""
"MySQL properly. This can be due to network issues or code not closing a "
"database handler properly. Check your network and code."
msgstr ""
"Клиенти обикновено са прекъсвани, когато не затварят правилно връзката си "
"към MySQL. Това може да се дължи на мрежови проблеми или код, не затварящ "
"правилно манипулатора към БД. Проверете вашата мрежа и код."
#: po/advisory_rules.php:243
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
msgstr "%s%% на всички прекъснати клиенти. Тази стойност трябва да бъде под 2%%"
#: po/advisory_rules.php:245
#| msgid "Format of imported file"
msgid "Rate of aborted clients"
msgstr "Стойност отказани клиенти"
msgstr "Стойност прекъснати клиенти"
#: po/advisory_rules.php:248
#, php-format
msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
msgstr ""
"Стойността на отказаните клиенти е %s, тази стойност трябва да бъде по-малка "
"от 1 за час"
#: po/advisory_rules.php:250
msgid "Is InnoDB disabled?"
msgstr "InnoDB забранен ли е?"
msgstr "Забранен ли е InnoDB?"
#: po/advisory_rules.php:251
msgid "You do not have InnoDB enabled."
msgstr "Няма вграден InnoDB."
msgstr "InnoDB е забранен."
#: po/advisory_rules.php:252
msgid "InnoDB is usually the better choice for table engines."
msgstr ""
msgstr "Обикновено InnoDB е по-добър избор на хранилище."
#: po/advisory_rules.php:253
msgid "have_innodb is set to 'value'"
msgstr ""
msgstr "have_innodb е 'value'"
#: po/advisory_rules.php:255
#| msgid "Log buffer size"
@ -12453,7 +12492,7 @@ msgstr "Максимален размер на дневника на InnoDB"
#: po/advisory_rules.php:261
msgid "The InnoDB log file size is inadequately large."
msgstr ""
msgstr "Дневникът на InnoDB е неоправдано голям."
#: po/advisory_rules.php:262
#, php-format

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-14 16:33+0200\n"
"PO-Revision-Date: 2012-05-17 14:55+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 0.6\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -30,7 +30,7 @@ msgstr "Diskouez pep tra"
#: libraries/schema/User_Schema.class.php:396
#: libraries/select_lang.lib.php:489
msgid "Page number:"
msgstr "Pajenn niv. :"
msgstr "Pajenn niv. : "
#: browse_foreigners.php:142
msgid ""
@ -492,7 +492,7 @@ msgstr "Implijout taolennoù"
#: db_qbe.php:662
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "Reked SQL ouzh an diaz roadennoù <b>%s</b>:"
msgstr "Reked SQL ouzh an diaz roadennoù <b>%s</b>: "
#: db_qbe.php:955 libraries/common.lib.php:1221
msgid "Submit Query"
@ -524,7 +524,7 @@ msgstr "evel un droienn reoliek"
#: db_search.php:209
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Disoc'hoù ar c'hlask evit \"<i>%s</i>\" %s :"
msgstr "Disoc'hoù ar c'hlask evit \"<i>%s</i>\" %s : "
#: db_search.php:227
#, php-format
@ -7755,7 +7755,7 @@ msgstr ""
#. l10n: Text direction, use either ltr or rtl
#: libraries/select_lang.lib.php:478
msgid "ltr"
msgstr ""
msgstr "ltr"
#: libraries/select_lang.lib.php:495 libraries/select_lang.lib.php:501
#: libraries/select_lang.lib.php:507

View File

@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: bosnian <bs@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -124,7 +126,7 @@ msgstr "Baza %s je odbačena."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Komentar baze:"
msgstr "Komentar baze: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -7191,7 +7193,7 @@ msgstr "Švedski"
#: libraries/mysql_charsets.lib.php:309 libraries/mysql_charsets.lib.php:406
msgid "Thai"
msgstr "Tajlandski "
msgstr "Tajlandski"
#: libraries/mysql_charsets.lib.php:312 libraries/mysql_charsets.lib.php:400
msgid "Turkish"
@ -8201,7 +8203,7 @@ msgstr "Vidi samo"
#: libraries/sql_query_form.lib.php:455 tbl_change.php:907
msgid "web server upload directory"
msgstr "direkcija za slanje web servera "
msgstr "direkcija za slanje web servera"
#: libraries/sqlparser.lib.php:136
msgid ""
@ -9402,7 +9404,7 @@ msgstr "Privilegije vezane za tabele"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom "
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom"
#: server_privileges.php:614
msgid "Administration"
@ -11523,7 +11525,7 @@ msgstr "Opcije tabele"
#: tbl_operations.php:359
msgid "Rename table to"
msgstr "Promjeni ime tabele u "
msgstr "Promjeni ime tabele u"
#: tbl_operations.php:537
msgid "Copy table to (database<b>.</b>table):"

View File

@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2011-05-19 21:21+0200\n"
"Last-Translator: <ardavies@tiscali.co.uk>\n"
"PO-Revision-Date: 2012-05-17 15:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Welsh <cy@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.0.5\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -130,7 +130,7 @@ msgstr "Cafodd y gronfa ddata %1$s ei chreu."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Sylw cronfa ddata:"
msgstr "Sylw cronfa ddata: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -806,7 +806,7 @@ msgstr "Ciplun strwythur"
#: db_tracking.php:183
msgid "Untracked tables"
msgstr "Tablau heb dracio "
msgstr "Tablau heb dracio"
#: db_tracking.php:201 tbl_structure.php:639
msgid "Track table"
@ -3053,7 +3053,7 @@ msgstr "Ymholiad SQL"
#: libraries/rte/rte_triggers.lib.php:91
#: libraries/rte/rte_triggers.lib.php:104
msgid "MySQL said: "
msgstr "Dywedodd MySQL:"
msgstr "Dywedodd MySQL: "
#: libraries/common.lib.php:1130
#, fuzzy
@ -6218,7 +6218,7 @@ msgstr "Tudalennau prysur"
#: libraries/engines/innodb.lib.php:203
msgid "Latched pages"
msgstr "Tudalennau "
msgstr "Tudalennau"
#: libraries/engines/innodb.lib.php:214
msgid "Buffer Pool Activity"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-29 16:39+0200\n"
"PO-Revision-Date: 2012-05-17 15:00+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: danish <da@li.org>\n"
"Language: da\n"
@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.8\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -1991,7 +1991,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Tilføj mulighed for kolonne"
msgstr "Tilføj mulighed for kolonne "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -2028,7 +2028,7 @@ msgid ""
msgstr ""
"Denne tabel indeholder ikke en unik kolonne. Funktioner relateret til "
"redigering af gitter, afkrydsningsboks og links til redigering, kopiering og "
"sletning fungerer måske ikke, efter at data er gemt. "
"sletning fungerer måske ikke, efter at data er gemt."
#: js/messages.php:352
msgid ""
@ -2553,7 +2553,7 @@ msgstr "Denne MySQL-server understøtter ikke %s datalager."
#: libraries/Table.class.php:329
msgid "unknown table status: "
msgstr "ukendt tabelstatus:"
msgstr "ukendt tabelstatus: "
#: libraries/Table.class.php:1120
msgid "Invalid database"
@ -4323,7 +4323,7 @@ msgid ""
"authentication mode"
msgstr ""
"Definer om den foregående login skal gentages eller ej i cookie "
"autentifikationstilstand "
"autentifikationstilstand"
#: libraries/config/messages.inc.php:299
msgid "Recall user name"
@ -5728,7 +5728,7 @@ msgstr "Output:"
#: libraries/display_export.lib.php:183 libraries/display_export.lib.php:209
#, php-format
msgid "Save on server in the directory <b>%s</b>"
msgstr "Gem på serveren i mappen <b>%s</b> "
msgstr "Gem på serveren i mappen <b>%s</b>"
#: libraries/display_export.lib.php:201
msgid "Save output to a file"
@ -5819,7 +5819,7 @@ msgid ""
msgstr ""
"Filen som uploades er sandsynligvis større enn den maksimalt tilladte "
"størrelse, eller dette er en kendt fejl i webkit-baserede browsere (Safari, "
"Google Chrome, Arora etc.) "
"Google Chrome, Arora etc.)."
#: libraries/display_import.lib.php:76
msgid "The file is being processed, please be patient."
@ -6836,7 +6836,7 @@ msgstr "MySQL returnerede ingen data (fx ingen rækker)."
#: libraries/import.lib.php:1100
msgid ""
"The following structures have either been created or altered. Here you can:"
msgstr "De følgende strukturer er enten oprettet eller ændret. Her kan du: "
msgstr "De følgende strukturer er enten oprettet eller ændret. Her kan du:"
#: libraries/import.lib.php:1101
msgid "View a structure's contents by clicking on its name"
@ -6900,7 +6900,7 @@ msgstr ""
#: libraries/import/csv.php:42
msgid "Column names: "
msgstr "Kolonnenavne:"
msgstr "Kolonnenavne: "
#: libraries/import/csv.php:62 libraries/import/csv.php:75
#: libraries/import/csv.php:80 libraries/import/csv.php:85
@ -6960,7 +6960,7 @@ msgid ""
"the issue and try again."
msgstr ""
"Den angivne XML-fil var enten forkert udformet eller ukomplet. Ret fejlen og "
"prøv igen. "
"prøv igen."
#: libraries/import/shp.php:19
msgid "ESRI Shape File"
@ -7038,7 +7038,7 @@ msgstr "Tegnsæt"
#: libraries/mysql_charsets.lib.php:212 libraries/mysql_charsets.lib.php:413
#: tbl_change.php:572
msgid "Binary"
msgstr "Binært "
msgstr "Binært"
#: libraries/mysql_charsets.lib.php:224
msgid "Bulgarian"
@ -7525,7 +7525,7 @@ msgstr "Opretter"
#: libraries/rte/rte_events.lib.php:518 libraries/rte/rte_routines.lib.php:997
#: libraries/rte/rte_triggers.lib.php:398
msgid "The definer must be in the \"username@hostname\" format"
msgstr "Opretter skal være i formatet \"brugernavn@værtsnavn\" "
msgstr "Opretter skal være i formatet \"brugernavn@værtsnavn\""
#: libraries/rte/rte_events.lib.php:525
msgid "You must provide an event name"
@ -8098,7 +8098,7 @@ msgstr "Adskiller"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Vis forespørgslen her igen "
msgstr "Vis forespørgslen her igen"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -8537,7 +8537,7 @@ msgstr "Vis PHP-information"
#: main.php:242
msgid "Official Homepage"
msgstr "Officiel phpMyAdmin hjemmeside "
msgstr "Officiel phpMyAdmin hjemmeside"
#: main.php:243
msgid "Contribute"
@ -9250,7 +9250,7 @@ msgstr "Tabel-specifikke privilegier"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "NB: Navne på MySQL privilegier er på engelsk "
msgstr "NB: Navne på MySQL privilegier er på engelsk"
#: server_privileges.php:614
msgid "Administration"
@ -9738,7 +9738,7 @@ msgstr "Rådgiver"
#: server_status.php:798 server_status.php:820
msgid "Refresh rate: "
msgstr "Opdateringsrate:"
msgstr "Opdateringsrate: "
#: server_status.php:839 server_variables.php:115
msgid "Filters"
@ -10693,7 +10693,7 @@ msgstr ""
"Aktivering af general_log kan forøge server load med 5-15%. Vær også "
"opmærksom på, at statistikgenerering fra logs er en krævende opgave, så det "
"tilrådes at vælge kun en lille tidsinterval og at deaktivere general_log og "
"tømme dens tabel, når der ikke er behov for den længere. "
"tømme dens tabel, når der ikke er behov for den længere."
#: server_status.php:1654
msgid "Preset chart"
@ -11284,7 +11284,7 @@ msgstr "Tabel %1$s er blevet ændret"
#: tbl_change.php:699
msgid "Because of its length,<br /> this column might not be editable"
msgstr "På grund af feltets længde,<br /> kan det muligvis ikke ændres "
msgstr "På grund af feltets længde,<br /> kan det muligvis ikke ændres"
#: tbl_change.php:817
msgid "Remove BLOB Repository Reference"
@ -11656,7 +11656,7 @@ msgstr "Rækkelængde"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Rækkestørrelse "
msgstr "Rækkestørrelse"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"
@ -12352,7 +12352,7 @@ msgid ""
"%%. It should be above 80%%"
msgstr ""
"Det aktuelle forhold mellem ledig og total forespørgselsmellemlager er %s%%. "
"Det bør være over 80%% "
"Det bør være over 80%%"
#: po/advisory_rules.php:90
msgid "Query cache fragmentation"
@ -12905,8 +12905,7 @@ msgstr "Frekvensen af filåbninger er høj."
#: po/advisory_rules.php:193
#, php-format
msgid "Opened files rate: %s, this value should be less than 5 per hour"
msgstr ""
"Frekvens af filåbninger: %s. Denne værdi bør være mindre end 5 pr time "
msgstr "Frekvens af filåbninger: %s. Denne værdi bør være mindre end 5 pr time"
#: po/advisory_rules.php:195
#, php-format

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007@yahoo.com>\n"
"PO-Revision-Date: 2012-05-17 15:19+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: persian <fa@li.org>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -124,7 +124,7 @@ msgstr "پايگاه داده %1$s ایجاد شده است."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "توضيحات پایگاه داده:"
msgstr "توضيحات پایگاه داده: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -3013,7 +3013,7 @@ msgstr "پرس و جوي SQL"
#: libraries/rte/rte_triggers.lib.php:91
#: libraries/rte/rte_triggers.lib.php:104
msgid "MySQL said: "
msgstr "پيغام MySQL :"
msgstr "پيغام MySQL : "
#: libraries/common.lib.php:1130
msgid "Failed to connect to SQL validator!"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-19 14:33+0200\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: hebrew <he@li.org>\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.9\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8183,7 +8183,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "הראה את שאילתה כאן שוב "
msgstr "הראה את שאילתה כאן שוב"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9331,7 +9331,7 @@ msgstr "הרשאות ספציפיות-לטבלאות"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "הערה: שמות הרשאות MySQL מובטאות באנגלית "
msgstr "הערה: שמות הרשאות MySQL מובטאות באנגלית"
#: server_privileges.php:614
msgid "Administration"
@ -11573,7 +11573,7 @@ msgstr "אורך שורה"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "גודל שורה "
msgstr "גודל שורה"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -7985,7 +7985,7 @@ msgstr ""
#. l10n: Text direction, use either ltr or rtl
#: libraries/select_lang.lib.php:478
msgid "ltr"
msgstr "आईटीआर"
msgstr "ltr"
#: libraries/select_lang.lib.php:495 libraries/select_lang.lib.php:501
#: libraries/select_lang.lib.php:507

View File

@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-03 09:52+0100\n"
"Last-Translator: Nikola Vojković <vojka@xnet.hr>\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: croatian <hr@li.org>\n"
"Language: hr\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"
"X-Generator: Pootle 2.0.1\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -1871,7 +1871,7 @@ msgstr "Dodavanje primarnog ključa"
#: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661
#: pmd_general.php:715 pmd_general.php:778
msgid "OK"
msgstr "U redu "
msgstr "U redu"
#: js/messages.php:239
msgid "Click to dismiss this notification"
@ -2110,7 +2110,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Dodaj opciju stupcu"
msgstr "Dodaj opciju stupcu "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -9668,7 +9668,7 @@ msgstr "Privilegije specifične za tablicu"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku "
msgstr "Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku"
#: server_privileges.php:614
msgid "Administration"
@ -10757,7 +10757,7 @@ msgstr "Broj zahtjeva za zapisivanje ključnog bloka u pohranu."
#: server_status.php:1375
msgid "The number of physical writes of a key block to disk."
msgstr "Broj fizičkih zapisivanja ključnih blokova na disk. "
msgstr "Broj fizičkih zapisivanja ključnih blokova na disk."
#: server_status.php:1376
msgid ""
@ -12056,7 +12056,7 @@ msgstr "Duljina retka"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Veličina retka "
msgstr "Veličina retka"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-05-10 12:06+0200\n"
"Last-Translator: Yuichiro Takahashi <yuichiro@pop07.odn.ne.jp>\n"
"PO-Revision-Date: 2012-05-17 15:15+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: japanese <jp@li.org>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@ -1904,7 +1904,7 @@ msgstr "レイアウトの変更を保存されていません。保存してい
#: js/messages.php:341
msgid "Add an option for column "
msgstr "カラムに対するオプションを追加する"
msgstr "カラムに対するオプションを追加する "
#: js/messages.php:344
msgid "Press escape to cancel editing"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-11 15:58+0200\n"
"PO-Revision-Date: 2012-05-17 15:15+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: georgian <ka@li.org>\n"
"Language: ka\n"
@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 0.9\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -11956,7 +11956,7 @@ msgstr "სტრიქონის სიგრძე"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "სტრიქონის ზომა "
msgstr "სტრიქონის ზომა"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: latvian <lv@li.org>\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8222,7 +8224,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Rādīt šo vaicājumu šeit atkal "
msgstr "Rādīt šo vaicājumu šeit atkal"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9447,7 +9449,7 @@ msgstr "Tabulu specifiskās privilēģijas"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā "
msgstr "Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā"
#: server_privileges.php:614
msgid "Administration"
@ -11699,7 +11701,7 @@ msgstr "Rindas garums"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Rindas izmērs "
msgstr "Rindas izmērs"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2011-05-19 17:04+0200\n"
"Last-Translator: <sjanevski@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: macedonian_cyrillic <mk@li.org>\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n"
"X-Generator: Pootle 2.0.5\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -125,7 +125,7 @@ msgstr "Базата на податоци %1$s е креирана"
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Коментар на базата на податоци:"
msgstr "Коментар на базата на податоци: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -6143,7 +6143,7 @@ msgstr "во упитот"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Приказ на записи од "
msgstr "Приказ на записи од"
#: libraries/display_tbl.lib.php:2374
msgid "total"
@ -8276,7 +8276,7 @@ msgstr "Види само"
#: libraries/sql_query_form.lib.php:455 tbl_change.php:907
msgid "web server upload directory"
msgstr "директориум за праќање на веб серверот "
msgstr "директориум за праќање на веб серверот"
#: libraries/sqlparser.lib.php:136
msgid ""
@ -9516,8 +9516,7 @@ msgstr "Привилегии поврзани со табелата"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
" Напомена: MySQL имињата на привилегите мора да бидат со латинични букви "
msgstr "Напомена: MySQL имињата на привилегите мора да бидат со латинични букви"
#: server_privileges.php:614
msgid "Administration"
@ -11654,7 +11653,7 @@ msgstr "Опции на табелата"
#: tbl_operations.php:359
msgid "Rename table to"
msgstr "Промени го името на табелата во "
msgstr "Промени го името на табелата во"
#: tbl_operations.php:537
msgid "Copy table to (database<b>.</b>table):"

View File

@ -7519,7 +7519,7 @@ msgstr ""
#. l10n: Text direction, use either ltr or rtl
#: libraries/select_lang.lib.php:478
msgid "ltr"
msgstr ""
msgstr "ltr"
#: libraries/select_lang.lib.php:495 libraries/select_lang.lib.php:501
#: libraries/select_lang.lib.php:507

View File

@ -4,14 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2012-05-17 15:17+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: malay <ms@li.org>\n"
"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8122,7 +8123,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Papar kueri ini di sini lagi "
msgstr "Papar kueri ini di sini lagi"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9261,7 +9262,7 @@ msgstr ""
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris "
msgstr "Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris"
#: server_privileges.php:614
msgid "Administration"
@ -11492,7 +11493,7 @@ msgstr "Panjang baris"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Saiz baris "
msgstr "Saiz baris"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-08 05:59+0200\n"
"Last-Translator: Asle Ommundsen <aommundsen@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:22+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: norwegian <no@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.8\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -1993,7 +1993,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Legg til valg for kolonne"
msgstr "Legg til valg for kolonne "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -6097,7 +6097,7 @@ msgstr "i spørring"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Viser rader "
msgstr "Viser rader"
#: libraries/display_tbl.lib.php:2374
msgid "total"
@ -6982,7 +6982,7 @@ msgstr ""
#: libraries/import/csv.php:42
msgid "Column names: "
msgstr "Kolonnenavn:"
msgstr "Kolonnenavn: "
#: libraries/import/csv.php:62 libraries/import/csv.php:75
#: libraries/import/csv.php:80 libraries/import/csv.php:85
@ -7130,7 +7130,7 @@ msgstr "Tegnsett"
#: libraries/mysql_charsets.lib.php:212 libraries/mysql_charsets.lib.php:413
#: tbl_change.php:572
msgid "Binary"
msgstr "Binær "
msgstr "Binær"
#: libraries/mysql_charsets.lib.php:224
msgid "Bulgarian"
@ -8276,7 +8276,7 @@ msgstr "Skilletegn"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Vis denne spørring her igjen "
msgstr "Vis denne spørring her igjen"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -11603,7 +11603,7 @@ msgstr "Fjern BLOB lager referanse"
#: tbl_change.php:821
msgid "Binary - do not edit"
msgstr "Binær - må ikke redigeres "
msgstr "Binær - må ikke redigeres"
#: tbl_change.php:871
msgid "Upload to BLOB repository"
@ -11996,7 +11996,7 @@ msgstr "Radlengde"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Radstørrelse "
msgstr "Radstørrelse"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-18 12:01+0200\n"
"PO-Revision-Date: 2012-05-14 15:30+0200\n"
"Last-Translator: Marcin Kozioł <lord_dark@wp.pl>\n"
"Language-Team: iMutrix\n"
"Language: pl\n"
@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 0.9\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -12350,6 +12350,15 @@ msgid ""
"using this formula: (query_cache_size - qcache_free_memory) / "
"qcache_queries_in_cache"
msgstr ""
"Poważne rozdrobnienia jest prawdopodobnie (dalszego) zwiększenie "
"Qcache_lowmem_prunes. Może to być spowodowane przez wiele kwerendy pamięci "
"podręcznej mało pamięci śliwek spowodowane {query_cache_size} jest zbyt "
"mały. Natychmiastowe, ale krótki mieszkał poprawki można opróżnić pamięci "
"podręcznej kwerendy (może zablokować Zapytanie cache przez długi czas). "
"Starannie dostosowując {query_cache_min_res_unit} do niższej wartości może "
"pomóc w zbyt, np można ustawić Średni rozmiar kwerendy w pamięci podręcznej, "
"za pomocą następującej formuły: (query_cache_size - qcache_free_memory) / "
"qcache_queries_in_cache"
#: po/advisory_rules.php:93
#, php-format

181
po/pt.po
View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"PO-Revision-Date: 2012-05-17 15:05+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: portuguese <pt@li.org>\n"
"Language: pt\n"
@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.8\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -249,7 +249,7 @@ msgstr "Ver o esquema da base de dados"
#: db_export.php:30 db_printview.php:94 db_qbe.php:101 db_tracking.php:48
#: export.php:354 navigation.php:296
msgid "No tables found in database."
msgstr "Nenhuma tabela encontrada na base de dados"
msgstr "Nenhuma tabela encontrada na base de dados."
#: db_export.php:40 db_search.php:319 server_export.php:26
msgid "Select All"
@ -457,7 +457,7 @@ msgstr "E"
#: db_qbe.php:388 db_qbe.php:469 db_qbe.php:551 db_qbe.php:582
msgid "Del"
msgstr "Elim."
msgstr "Elim"
#: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575
#: server_privileges.php:400 tbl_change.php:907 tbl_indexes.php:283
@ -479,7 +479,7 @@ msgstr "Adicionar/Remover Colunas"
#: db_qbe.php:631 db_qbe.php:656
msgid "Update Query"
msgstr "Actualiza Comando SQL"
msgstr "Atualizar consulta"
#: db_qbe.php:639
msgid "Use Tables"
@ -488,11 +488,11 @@ msgstr "Usar Tabelas"
#: db_qbe.php:662
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "Comando SQL na base de dados <b>%s</b>:"
msgstr "Consulta SQL na base de dados <b>%s</b>:"
#: db_qbe.php:955 libraries/common.lib.php:1221
msgid "Submit Query"
msgstr "Executar Comando SQL"
msgstr "Executar Consulta"
#: db_search.php:31 libraries/auth/config.auth.lib.php:77
#: libraries/auth/config.auth.lib.php:98
@ -511,7 +511,7 @@ msgstr "todas as palavras"
#: db_search.php:45 db_search.php:288
msgid "the exact phrase"
msgstr "a frase exacta"
msgstr "a frase exata"
#: db_search.php:46 db_search.php:289
msgid "as regular expression"
@ -533,7 +533,7 @@ msgstr[1] "%s resultados na tabela <i>%s</i>"
#: libraries/common.lib.php:3343 libraries/common.lib.php:3344
#: libraries/tbl_links.inc.php:55 tbl_structure.php:569
msgid "Browse"
msgstr "Visualizar"
msgstr "Procurar"
#: db_search.php:239
#, php-format
@ -816,13 +816,12 @@ msgid "Values for a new column"
msgstr "Valores para a nova coluna"
#: enum_editor.php:30 js/messages.php:267
#, fuzzy, php-format
#, php-format
#| msgid "Values for the column \"%s\""
msgid "Values for column %s"
msgstr "Valores para a coluna \"%s\""
#: enum_editor.php:34 js/messages.php:269
#, fuzzy
#| msgid "Enter each value in a separate field."
msgid "Enter each value in a separate field"
msgstr "Introduza cada valor num campo separado."
@ -923,7 +922,7 @@ msgstr "Adicionar um ponto"
#: gis_data_editor.php:220 js/messages.php:321
msgid "Linestring"
msgstr "Segmento de Reta "
msgstr "Segmento de Reta"
#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:325
msgid "Outer Ring"
@ -943,7 +942,7 @@ msgstr "Adicionar um anel interior"
#: gis_data_editor.php:266 js/messages.php:322
msgid "Polygon"
msgstr "Polígono "
msgstr "Polígono"
#: gis_data_editor.php:306 js/messages.php:328
msgid "Add a polygon"
@ -1012,7 +1011,7 @@ msgid ""
"Cannot convert file's character set without character set conversion library"
msgstr ""
"Impossível converter o conjunto de caracteres do ficheiro sem a biblioteca "
"de conversão "
"de conversão"
#: import.php:390 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!"
@ -1436,7 +1435,7 @@ msgstr "Pausar o monitor"
#: js/messages.php:147
msgid "general_log and slow_query_log are enabled."
msgstr "general_log e slow_query estão ativos "
msgstr "general_log e slow_query estão ativos."
#: js/messages.php:148
msgid "general_log is enabled."
@ -1448,7 +1447,7 @@ msgstr "slow_query_log está ativo"
#: js/messages.php:150
msgid "slow_query_log and general_log are disabled."
msgstr "slow_query_log e general_log estão inativos"
msgstr "slow_query_log e general_log estão desativados."
#: js/messages.php:151
msgid "log_output is not set to TABLE."
@ -1532,14 +1531,14 @@ msgid "Differential"
msgstr "Diferencial"
#: js/messages.php:171
#, fuzzy, php-format
#, php-format
#| msgid "Divided by %s:"
msgid "Divided by %s"
msgstr "Dividido por %s:"
#: js/messages.php:172
msgid "Unit"
msgstr ""
msgstr "Unidade"
#: js/messages.php:174
msgid "From slow log"
@ -1590,14 +1589,13 @@ msgstr "Saltar para a tabela de registos"
#: js/messages.php:183
msgid "Log analysed, but no data found in this time span."
msgstr ""
"Registo analisado, mas nenhuns dados encontrados neste período de tempo"
"Registo analisado, mas não foram encontrados dados neste período de tempo"
#: js/messages.php:185
msgid "Analyzing..."
msgstr "Em análise..."
#: js/messages.php:186
#, fuzzy
#| msgid "Explain SQL"
msgid "Explain output"
msgstr "Explicar SQL"
@ -1616,7 +1614,6 @@ msgid "Profiling results"
msgstr "Resultado(s) da(s) consulta(s)"
#: js/messages.php:191
#, fuzzy
#| msgid "Table"
msgctxt "Display format"
msgid "Table"
@ -1679,12 +1676,11 @@ msgid "Affected rows:"
msgstr "Linhas afetadas:"
#: js/messages.php:210
#, fuzzy
#| msgid "Failed parsing config file. It doesn't seem to be valid JSON code"
msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
msgstr ""
"Falha ao processar ficheiro de configuração. Não parece ser código JSON "
"válido"
"válido."
#: js/messages.php:211
msgid ""
@ -1799,7 +1795,7 @@ msgstr "Inserir Tabela"
#: js/messages.php:252
msgid "Hide indexes"
msgstr "Esconder índices "
msgstr "Esconder índices"
#: js/messages.php:253
msgid "Show indexes"
@ -1849,7 +1845,7 @@ msgstr "Mostrar Caixa do query"
#: js/messages.php:279 tbl_row_action.php:28
msgid "No rows selected"
msgstr "Nenhum registo (linha) seleccionado."
msgstr "Nenhum registo(linha) seleccionado."
#: js/messages.php:280 libraries/common.lib.php:2746
#: libraries/display_tbl.lib.php:2507 querywindow.php:87 tbl_structure.php:149
@ -1883,25 +1879,23 @@ msgstr "Pesquisa Avançada"
#: js/messages.php:293
msgid "Each point represents a data row."
msgstr "Cada ponto representa um registo (linha) de dados"
msgstr "Cada ponto representa um registo (linha) de dados."
#: js/messages.php:295
#, fuzzy
msgid "Hovering over a point will show its label."
msgstr "Colocar o cursor por cima de um ponto irá mostrar a sua etiqueta"
msgstr "Colocar o cursor por cima de um ponto irá mostrar a sua legenda."
#: js/messages.php:297
msgid "Use mousewheel to zoom in or out of the plot."
msgstr "Use a roda do rato para ampliar ou reduzir a imagem no plano"
msgstr "Use a roda do rato para ampliar ou reduzir a imagem no plano."
#: js/messages.php:299
msgid "Click and drag the mouse to navigate the plot."
msgstr "Clique e arraste com o rato para navegar no mapa"
msgstr "Clique e arraste com o rato para navegar no mapa."
#: js/messages.php:301
#, fuzzy
msgid "Click reset zoom link to come back to original state."
msgstr "Clique no link \"Reset Zoom\" para voltar ao estado original"
msgstr "Clique no link \"Reset Zoom\" para voltar ao estado original."
#: js/messages.php:303
msgid "Click a data point to view and possibly edit the data row."
@ -1931,9 +1925,8 @@ msgid "Query results"
msgstr "Resultado(s) das(s) consulta(s)"
#: js/messages.php:312
#, fuzzy
msgid "Data point content"
msgstr "Tipo de Exportação"
msgstr "Conteúdo do ponto de dados"
#: js/messages.php:315 tbl_change.php:312 tbl_indexes.php:228
#: tbl_indexes.php:255
@ -1958,7 +1951,7 @@ msgstr "Seleccione Foreign Key"
#: js/messages.php:336
msgid "Please select the primary key or a unique key"
msgstr "Por favor seleccione a chave primária ou a chave única "
msgstr "Por favor seleccione a chave primária ou a chave única"
#: js/messages.php:337 pmd_general.php:77 tbl_relation.php:541
msgid "Choose column to display"
@ -1974,7 +1967,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Adicionar uma opção para a coluna"
msgstr "Adicionar uma opção para a coluna "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -2005,20 +1998,20 @@ msgid "Click the drop-down arrow<br />to toggle column's visibility"
msgstr "Clique na seta<br />para alternar a visibilidade da coluna"
#: js/messages.php:351
#, fuzzy
msgid ""
"This table does not contain a unique column. Features related to the grid "
"edit, checkbox, Edit, Copy and Delete links may not work after saving."
msgstr ""
"Esta tabela não contem uma única coluna. Opções relacionadas aos links "
"'Editar', 'Marcar', 'Editar', 'Copiar' e 'Apagar' podem não funcionar mais "
"após esta ser salva"
"Esta tabela não contém uma coluna exclusiva. Funções relacionados com a "
"edição da tabela, checkbox, Editar, Copiar e Eliminar links podem não "
"funcionar depois de guardar."
#: js/messages.php:352
msgid ""
"You can also edit most columns<br />by clicking directly on their content."
msgstr ""
"Também pode editar algumas colunas<br/>clicando directamente no seu conteúdo"
"Também pode editar algumas colunas<br/>clicando directamente no seu "
"conteúdo."
#: js/messages.php:353
msgid "Go to link"
@ -2033,16 +2026,14 @@ msgid "Generate"
msgstr "Gerar"
#: js/messages.php:358
#, fuzzy
#| msgid "Change password"
msgid "Change Password"
msgstr "Alterar a palavra-passe"
#: js/messages.php:361 tbl_structure.php:465
#, fuzzy
#| msgid "Mon"
msgid "More"
msgstr "Seg"
msgstr "Mais"
#: js/messages.php:364 setup/lib/index.lib.php:173
#, php-format
@ -2068,18 +2059,16 @@ msgid "Done"
msgstr "Concluído"
#: js/messages.php:390
#, fuzzy
#| msgid "Previous"
msgctxt "Previous month"
msgid "Prev"
msgstr "Anterior"
msgstr "Ant"
#: js/messages.php:395
#, fuzzy
#| msgid "Next"
msgctxt "Next month"
msgid "Next"
msgstr "Próximo"
msgstr "Próx"
#. l10n: Display text for current month link in calendar
#: js/messages.php:398
@ -2260,52 +2249,45 @@ msgstr "Sab"
#. l10n: Minimal week day name
#: js/messages.php:467
#, fuzzy
#| msgid "Sun"
msgid "Su"
msgstr "Dom"
#. l10n: Minimal week day name
#: js/messages.php:469
#, fuzzy
#| msgid "Mon"
msgid "Mo"
msgstr "Seg"
#. l10n: Minimal week day name
#: js/messages.php:471
#, fuzzy
#| msgid "Tue"
msgid "Tu"
msgstr "Ter"
#. l10n: Minimal week day name
#: js/messages.php:473
#, fuzzy
#| msgid "Wed"
msgid "We"
msgstr "Qua"
#. l10n: Minimal week day name
#: js/messages.php:475
#, fuzzy
#| msgid "Thu"
msgid "Th"
msgstr "Qui"
#. l10n: Minimal week day name
#: js/messages.php:477
#, fuzzy
#| msgid "Fri"
msgid "Fr"
msgstr "Sex"
#. l10n: Minimal week day name
#: js/messages.php:479
#, fuzzy
#| msgid "Sat"
msgid "Sa"
msgstr "Sab"
msgstr "Sáb"
#. l10n: Column header for week of the year in calendar
#: js/messages.php:481
@ -2315,11 +2297,10 @@ msgstr "Sem"
#. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
#: js/messages.php:484
msgid "calendar-month-year"
msgstr ""
msgstr "Calendário-mês-ano"
#. l10n: Year suffix for calendar, "none" is empty.
#: js/messages.php:486
#, fuzzy
#| msgid "None"
msgctxt "Year suffix"
msgid "none"
@ -2358,7 +2339,7 @@ msgstr "por hora"
#: libraries/Advisor.class.php:335
msgid "per day"
msgstr ""
msgstr "por dia"
#: libraries/Config.class.php:703
msgid "Remove \"./config\" directory before using phpMyAdmin!"
@ -2381,7 +2362,7 @@ msgstr "Tamanho da fonte"
#: libraries/Error_Handler.class.php:62
msgid "Too many error messages, some are not displayed."
msgstr ""
msgstr "Excesso de mensagens de erro, algumas não serão mostradas."
#: libraries/File.class.php:221
msgid "File was not an uploaded file."
@ -2538,12 +2519,11 @@ msgid "There are no recent tables"
msgstr "Não existem tabelas recentes"
#: libraries/StorageEngine.class.php:203
#, fuzzy
msgid ""
"There is no detailed status information available for this storage engine."
msgstr ""
"Não existe nenhuma informação detalhada disponível do estado desta "
"ferramenta de armazenamento"
"Não está disponível nenhuma informação detalhada para este mecanismo de "
"armazenamento."
#: libraries/StorageEngine.class.php:341
#, php-format
@ -2556,13 +2536,13 @@ msgid "%s has been disabled for this MySQL server."
msgstr "%s está desactivado neste servidor MySQL."
#: libraries/StorageEngine.class.php:348
#, fuzzy, php-format
#, php-format
msgid "This MySQL server does not support the %s storage engine."
msgstr "Este servidor MySQL não suporta o stored engine %s."
msgstr "Este servidor MySQL não suporta o mecanismo de armazenamento %s."
#: libraries/Table.class.php:329
msgid "unknown table status: "
msgstr "Estado da tabela desconhecido:"
msgstr "Estado da tabela desconhecido: "
#: libraries/Table.class.php:1120
msgid "Invalid database"
@ -2616,9 +2596,8 @@ msgid "No preview available."
msgstr "Nenhuma pré-visualização disponível."
#: libraries/Theme.class.php:355
#, fuzzy
msgid "take it"
msgstr "tome"
msgstr "seleccionar"
#: libraries/Theme_Manager.class.php:110
#, php-format
@ -2689,8 +2668,7 @@ msgstr "Documentação do phpMyAdmin"
#: libraries/auth/cookie.auth.lib.php:211
#: libraries/auth/cookie.auth.lib.php:212
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Pode digitar a hiperligação/endereço de IP e a porta separados por um espaço"
msgstr "Pode digitar a nome/Endereço IP e a porta separados por um espaço."
#: libraries/auth/cookie.auth.lib.php:211
msgid "Server:"
@ -2846,7 +2824,6 @@ msgid "Check Privileges"
msgstr "Verificar Privilégios"
#: libraries/common.inc.php:151
#, fuzzy
msgid "possible exploit"
msgstr "possível 'exploit'"
@ -3023,9 +3000,8 @@ msgid "%s days, %s hours, %s minutes and %s seconds"
msgstr "%s dias, %s horas, %s minutos e %s segundos"
#: libraries/common.lib.php:2074
#, fuzzy
msgid "Missing parameter:"
msgstr "Parâmetros perdidos:"
msgstr "Parâmetros em falta:"
#: libraries/common.lib.php:2457 libraries/common.lib.php:2460
#: libraries/display_tbl.lib.php:306
@ -3036,7 +3012,6 @@ msgstr "Início"
#: libraries/common.lib.php:2458 libraries/common.lib.php:2461
#: libraries/display_tbl.lib.php:307 server_binlog.php:135
#: server_binlog.php:137
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
@ -3045,7 +3020,6 @@ msgstr "Anterior"
#: libraries/common.lib.php:2488 libraries/common.lib.php:2491
#: libraries/display_tbl.lib.php:373 server_binlog.php:170
#: server_binlog.php:172
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
@ -3053,7 +3027,6 @@ msgstr "Seguinte"
#: libraries/common.lib.php:2489 libraries/common.lib.php:2492
#: libraries/display_tbl.lib.php:390
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
@ -3139,9 +3112,8 @@ msgid "Both"
msgstr "Ambos"
#: libraries/config.values.php:47
#, fuzzy
msgid "Nowhere"
msgstr "Lugar nenhum"
msgstr "Em nenhum lugar"
#: libraries/config.values.php:47
msgid "Left"
@ -3168,9 +3140,8 @@ msgstr "Desactidado"
#: libraries/config.values.php:99 libraries/export/htmlword.php:25
#: libraries/export/latex.php:42 libraries/export/odt.php:34
#: libraries/export/sql.php:129 libraries/export/texytext.php:24
#, fuzzy
msgid "structure"
msgstr "Estrutura"
msgstr "estrutura"
#: libraries/config.values.php:100 libraries/export/htmlword.php:25
#: libraries/export/latex.php:42 libraries/export/odt.php:34
@ -3181,10 +3152,9 @@ msgstr "dados"
#: libraries/config.values.php:101 libraries/export/htmlword.php:25
#: libraries/export/latex.php:42 libraries/export/odt.php:34
#: libraries/export/sql.php:131 libraries/export/texytext.php:24
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
msgstr "Estrutura e dados"
msgstr "estrutura e dados"
#: libraries/config.values.php:103
msgid "Quick - display only the minimal options to configure"
@ -3202,7 +3172,7 @@ msgstr "Personalizada - como acima, mas sem a escolha rápida/personalizada"
#, fuzzy
#| msgid "Complete inserts"
msgid "complete inserts"
msgstr "Instrucções de inserção completas"
msgstr "Instruções de introdução completas"
#: libraries/config.values.php:124
#, fuzzy
@ -3326,7 +3296,7 @@ msgid ""
"If enabled user can enter any MySQL server in login form for cookie auth"
msgstr ""
"Se o utilizador habilitador pode entrar em qualquer servidor MySQL num "
"formulário de login para cookie de autenticação "
"formulário de login para cookie de autenticação"
#: libraries/config/messages.inc.php:20
msgid "Allow login to any MySQL server"
@ -3343,9 +3313,8 @@ msgstr ""
"falha de segurança [/strong], que permite ataques de script cross-frame"
#: libraries/config/messages.inc.php:22
#, fuzzy
msgid "Allow third party framing"
msgstr "Permitir framing de terceiros"
msgstr "Permitir elaboração de terceiros"
#: libraries/config/messages.inc.php:23
msgid "Show &quot;Drop database&quot; link to normal users"
@ -3521,17 +3490,16 @@ msgid "Show binary contents as HEX"
msgstr "Mostrar conteúdo binário como HEX"
#: libraries/config/messages.inc.php:58
#, fuzzy
msgid "Show database listing as a list instead of a drop down"
msgstr ""
"Mostrar listagem de bases de dados como uma lista em vez de um menu drop bown"
"Mostrar listagem de bases de dados como uma lista em vez de um menu drop "
"down"
#: libraries/config/messages.inc.php:59
msgid "Display databases as a list"
msgstr "Mostrar bases de dados como uma lista"
#: libraries/config/messages.inc.php:60
#, fuzzy
msgid "Show server listing as a list instead of a drop down"
msgstr ""
"Mostrar lista de servidores como uma lista ao invés de um menu drop down"
@ -3545,8 +3513,8 @@ msgid ""
"Disable the table maintenance mass operations, like optimizing or repairing "
"the selected tables of a database."
msgstr ""
"Desactivar operações em massa de manutenção de tabelas, como optimizar ou "
"reparar as tabelas seleccionadas de uma base de dados"
"Desativar operações em massa de manutenção de tabelas, como optimizar ou "
"reparar as tabelas seleccionadas de uma base de dados."
#: libraries/config/messages.inc.php:63
msgid "Disable multi table maintenance"
@ -3593,9 +3561,8 @@ msgid "Save as file"
msgstr "envia"
#: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:241
#, fuzzy
msgid "Character set of the file"
msgstr "Configurar o Mapa de Caracteres do ficheiro:"
msgstr "Configurar o Mapa de Caracteres do ficheiro"
#: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90
#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:842
@ -6025,7 +5992,7 @@ msgstr "na pesquisa"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Mostrando registos "
msgstr "Mostrando registos"
#: libraries/display_tbl.lib.php:2374
msgid "total"
@ -6992,7 +6959,7 @@ msgstr "Mapa de Caractere"
#: libraries/mysql_charsets.lib.php:212 libraries/mysql_charsets.lib.php:413
#: tbl_change.php:572
msgid "Binary"
msgstr "Binário "
msgstr "Binário"
#: libraries/mysql_charsets.lib.php:224
msgid "Bulgarian"
@ -8116,7 +8083,7 @@ msgstr ""
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Mostrar de novo aqui este comando "
msgstr "Mostrar de novo aqui este comando"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -8131,8 +8098,9 @@ msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
msgstr ""
"Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, "
"isto se existir alguma, também o poderá ajudar a diagnosticar o problema."
"Parece haver um erro na sua consulta SQL. A mensagem de erro do servidor "
"MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar "
"o problema."
#: libraries/sqlparser.lib.php:175
msgid ""
@ -8358,8 +8326,8 @@ msgid ""
"Displays a clickable thumbnail. The options are the maximum width and height "
"in pixels. The original aspect ratio is preserved."
msgstr ""
"Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a "
"proporção original)"
"Mostra uma miniatura clicável. As opções são largura e altura máximas em "
"pixeis. A proporção original é preservada."
#: libraries/transformations/image_jpeg__link.inc.php:10
msgid "Displays a link to download this image."
@ -9280,7 +9248,7 @@ msgstr "Privilégios específicos da tabela"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: os nomes dos privilégios do MySQL são em Inglês "
msgstr "Nota: os nomes dos privilégios do MySQL são em Inglês"
#: server_privileges.php:614
msgid "Administration"
@ -9304,11 +9272,11 @@ msgstr "Nota: Configurar estas opções para 0 (zero) remove o limite."
#: server_privileges.php:791
msgid "Login Information"
msgstr "Informação de Login "
msgstr "Informação de Login"
#: server_privileges.php:885
msgid "Do not change the password"
msgstr "Mantendo a palavra-passe "
msgstr "Mantendo a palavra-passe"
#: server_privileges.php:917 server_privileges.php:2397
#, fuzzy
@ -11143,7 +11111,7 @@ msgstr ""
#: tbl_change.php:821
msgid "Binary - do not edit"
msgstr "Binário - não editar "
msgstr "Binário - não editar"
#: tbl_change.php:871
msgid "Upload to BLOB repository"
@ -11407,7 +11375,7 @@ msgstr "Opções da tabela"
#: tbl_operations.php:359
msgid "Rename table to"
msgstr "Renomeia a tabela para "
msgstr "Renomeia a tabela para"
#: tbl_operations.php:537
msgid "Copy table to (database<b>.</b>table):"
@ -11522,8 +11490,9 @@ msgid "dynamic"
msgstr "dinâmico"
#: tbl_printview.php:363 tbl_structure.php:890
#, fuzzy
msgid "Row length"
msgstr "Comprim. dos reg."
msgstr "Comprimento de linha"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"

View File

@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-05-10 11:01+0200\n"
"Last-Translator: Pedro Travassos <ptravassos@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:15+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
@ -1966,7 +1966,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Adicionar uma opção para a coluna"
msgstr "Adicionar uma opção para a coluna "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -2530,7 +2530,7 @@ msgstr "Esse servidor MySQL não suporta o stored engine %s."
#: libraries/Table.class.php:329
msgid "unknown table status: "
msgstr "Status da tabela desconhecida"
msgstr "Status da tabela desconhecida: "
#: libraries/Table.class.php:1120
msgid "Invalid database"
@ -2651,7 +2651,7 @@ msgstr "Autenticação"
#: libraries/navigation_header.inc.php:94
#: libraries/navigation_header.inc.php:96
msgid "phpMyAdmin documentation"
msgstr "Documentação do phpMyAdmin "
msgstr "Documentação do phpMyAdmin"
#: libraries/auth/cookie.auth.lib.php:211
#: libraries/auth/cookie.auth.lib.php:212
@ -3208,7 +3208,7 @@ msgstr "indisponível"
#: libraries/config/FormDisplay.class.php:713
#, php-format
msgid "\"%s\" requires %s extension"
msgstr "\"%s\" requer a extenção %s "
msgstr "\"%s\" requer a extenção %s"
#: libraries/config/FormDisplay.class.php:727
#, php-format
@ -4737,7 +4737,7 @@ msgstr ""
#: libraries/config/messages.inc.php:392
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Desabilitar o uso do INFORMATION_SCHEMA "
msgstr "Desabilitar o uso do INFORMATION_SCHEMA"
#: libraries/config/messages.inc.php:393
msgid "What PHP extension to use; you should use mysqli if supported"
@ -5068,8 +5068,8 @@ msgstr "Nome completo deste servidor"
#: libraries/config/messages.inc.php:455
msgid "Whether a user should be displayed a &quot;show all (rows)&quot; button"
msgstr ""
"Quando precisa ser exibido a um usuário o botão &quot;exiba todas(colunas)"
"&quot; "
"Quando precisa ser exibido a um usuário o botão &quot;exiba "
"todas(colunas)&quot;"
#: libraries/config/messages.inc.php:456
msgid "Allow to display all the rows"
@ -5138,8 +5138,8 @@ msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output"
msgstr ""
"Exibe link para saída de [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a] "
"Exibe link para saída de "
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]"
#: libraries/config/messages.inc.php:469
msgid "Show phpinfo() link"
@ -6047,7 +6047,7 @@ msgstr "na consulta"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Mostrando registros "
msgstr "Mostrando registros"
#: libraries/display_tbl.lib.php:2374
msgid "total"
@ -8174,7 +8174,7 @@ msgstr "Delimitadores"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "Mostrar esta consulta SQL novamente "
msgstr "Mostrar esta consulta SQL novamente"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9400,7 +9400,7 @@ msgstr "Privilégios específicos da tabela"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: nomes de privilégios do MySQL são expressos em inglês "
msgstr "Nota: nomes de privilégios do MySQL são expressos em inglês"
#: server_privileges.php:614
msgid "Administration"
@ -11807,7 +11807,7 @@ msgstr "Tamanho do registro"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Tamanho do registro "
msgstr "Tamanho do registro"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"
@ -12181,7 +12181,7 @@ msgstr "Nome da VISÃO"
#: view_operations.php:91
msgid "Rename view to"
msgstr "Renomear a visão para "
msgstr "Renomear a visão para"
#: po/advisory_rules.php:5
msgid "Uptime below one day"

View File

@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-24 14:18+0200\n"
"Last-Translator: Alex Marin <alex.ukf@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:15+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: romanian <ro@li.org>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2);;\n"
"X-Generator: Weblate 0.10\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -8360,7 +8360,7 @@ msgstr "dezactivare scratchboard"
#. l10n: Text direction, use either ltr or rtl
#: libraries/select_lang.lib.php:478
msgid "ltr"
msgstr "ssd"
msgstr "ltr"
#: libraries/select_lang.lib.php:495 libraries/select_lang.lib.php:501
#: libraries/select_lang.lib.php:507
@ -9960,40 +9960,41 @@ msgstr "Vizualizarea %s a fost eliminată"
#: server_replication.php:49
msgid "Unknown error"
msgstr ""
msgstr "Eroare necunoscută"
#: server_replication.php:56
#, php-format
msgid "Unable to connect to master %s."
msgstr ""
msgstr "Nu s-a putut realiza conexiunea la master %s."
#: server_replication.php:63
msgid ""
"Unable to read master log position. Possible privilege problem on master."
msgstr ""
"Nu s-a putut citi poziția jurnalului master. Posibilă eroare de permisiuni "
"pe master."
#: server_replication.php:69
msgid "Unable to change master"
msgstr ""
msgstr "Nu s-a putut schimba master-ul"
#: server_replication.php:72
#, fuzzy, php-format
#, php-format
#| msgid "The privileges were reloaded successfully."
msgid "Master server changed successfully to %s"
msgstr "Drepturile au fost reîncarcate cu succes."
msgstr "Server master schimbat cu succes în %s"
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
msgstr ""
msgstr "Acest server este configurat ca master într-un proces de replicare."
#: server_replication.php:182 server_status.php:622
#, fuzzy
msgid "Show master status"
msgstr "Afișează stare sclav"
msgstr "Afișați status master"
#: server_replication.php:185
msgid "Show connected slaves"
msgstr ""
msgstr "Afișați sclavi conectați"
#: server_replication.php:208
#, php-format
@ -10001,10 +10002,12 @@ msgid ""
"This server is not configured as master in a replication process. Would you "
"like to <a href=\"%s\">configure</a> it?"
msgstr ""
"Acest server nu este configurat ca master într-un proces de replicare. "
"Doriți să îl <a href=\"%s\">configurați</a>?"
#: server_replication.php:215
msgid "Master configuration"
msgstr ""
msgstr "Configurare master"
#: server_replication.php:216
msgid ""
@ -10014,6 +10017,11 @@ msgid ""
"ignore all databases by default and allow only certain databases to be "
"replicated. Please select the mode:"
msgstr ""
"Acest server nu este configurat ca master într-un proces de duplicare. "
"Puteți alege dintre fie a duplica toate bazele de date și a ignora doar "
"unele (util în cazul în care doriți să duplicați majoritatea bazelor de "
"date), fie a ignora toate bazele de date implicit și a permite doar "
"anumitora să fie duplicate. Va rugăm sa selectați modul:"
#: server_replication.php:219
msgid "Replicate all databases; Ignore:"
@ -10426,6 +10434,8 @@ msgid ""
"The number of in-memory temporary tables created automatically by the server "
"while executing statements."
msgstr ""
"Numărul de tabele temporare create automat în memorie de căter server în "
"timpul execuției de interogări."
#: server_status.php:1310
msgid ""

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-14 14:57+0200\n"
"Last-Translator: Roland Kosicexx <info@world-evolution.tk>\n"
"PO-Revision-Date: 2012-05-17 14:52+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: slovak <sk@li.org>\n"
"Language: sk\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 0.9\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -10814,9 +10814,8 @@ msgid "Global value"
msgstr "Globálna hodnota"
#: setup/frames/config.inc.php:38 setup/frames/index.inc.php:227
#, fuzzy
msgid "Download"
msgstr "Stiahnuť súbor"
msgstr "Stiahnuť"
#: setup/frames/form.inc.php:25
msgid "Incorrect formset, check $formsets array in setup/frames/form.inc.php"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: albanian <sq@li.org>\n"
"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -218,7 +218,7 @@ msgstr "Komente"
#: tbl_structure.php:349 tbl_tracking.php:281 tbl_tracking.php:336
#: tbl_tracking.php:341
msgid "No"
msgstr "Jo "
msgstr "Jo"
#: db_datadict.php:233 js/messages.php:247 libraries/Index.class.php:350
#: libraries/Index.class.php:375 libraries/Index.class.php:679
@ -240,7 +240,7 @@ msgstr "Jo "
#: tbl_printview.php:190 tbl_structure.php:41 tbl_structure.php:349
#: tbl_tracking.php:281 tbl_tracking.php:334 tbl_tracking.php:339
msgid "Yes"
msgstr "Po "
msgstr "Po"
#: db_export.php:26
msgid "View dump (schema) of database"
@ -6020,7 +6020,7 @@ msgstr "Hën"
#: libraries/display_tbl.lib.php:437
msgid "horizontal"
msgstr "horizontal "
msgstr "horizontal"
#: libraries/display_tbl.lib.php:438
msgid "horizontal (rotated headers)"
@ -6028,7 +6028,7 @@ msgstr "horizontal (headers të rrotulluar)"
#: libraries/display_tbl.lib.php:439
msgid "vertical"
msgstr "vertikal "
msgstr "vertikal"
#: libraries/display_tbl.lib.php:445
#, php-format
@ -6117,7 +6117,7 @@ msgstr "tek query"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Shfaqja e regjistrimeve "
msgstr "Shfaqja e regjistrimeve"
#: libraries/display_tbl.lib.php:2374
msgid "total"

View File

@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"PO-Revision-Date: 2012-05-17 15:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: serbian_cyrillic <sr@li.org>\n"
"Language: sr\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"
"X-Generator: Weblate 0.8\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -126,7 +126,7 @@ msgstr "База %1$s је креирана."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Коментар базе:"
msgstr "Коментар базе: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -8363,7 +8363,7 @@ msgstr "Види само"
#: libraries/sql_query_form.lib.php:455 tbl_change.php:907
msgid "web server upload directory"
msgstr "директоријум за слање веб сервера "
msgstr "директоријум за слање веб сервера"
#: libraries/sqlparser.lib.php:136
msgid ""
@ -9598,7 +9598,7 @@ msgstr "Привилегије везане за табеле"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Напомена: MySQL имена привилегија морају да буду на енглеском "
msgstr "Напомена: MySQL имена привилегија морају да буду на енглеском"
#: server_privileges.php:614
msgid "Administration"
@ -11846,7 +11846,7 @@ msgstr "Опције табеле"
#: tbl_operations.php:359
msgid "Rename table to"
msgstr "Промени име табеле у "
msgstr "Промени име табеле у"
#: tbl_operations.php:537
msgid "Copy table to (database<b>.</b>table):"

View File

@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-12-02 14:49+0200\n"
"Last-Translator: Sasa Kostic <sasha.kostic@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:19+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
"Language: sr@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"
"X-Generator: Pootle 2.0.5\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -128,7 +128,7 @@ msgstr "Baza %1$s je kreirana."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Komentar baze:"
msgstr "Komentar baze: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -8352,7 +8352,7 @@ msgstr "Vidi samo"
#: libraries/sql_query_form.lib.php:455 tbl_change.php:907
msgid "web server upload directory"
msgstr "direktorijum za slanje veb servera "
msgstr "direktorijum za slanje veb servera"
#: libraries/sqlparser.lib.php:136
msgid ""
@ -9589,7 +9589,7 @@ msgstr "Privilegije vezane za tabele"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom "
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom"
#: server_privileges.php:614
msgid "Administration"
@ -11838,7 +11838,7 @@ msgstr "Opcije tabele"
#: tbl_operations.php:359
msgid "Rename table to"
msgstr "Promeni ime tabele u "
msgstr "Promeni ime tabele u"
#: tbl_operations.php:537
msgid "Copy table to (database<b>.</b>table):"

View File

@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-09 02:43+0200\n"
"Last-Translator: వీవెన్ <veeven@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Telugu <te@li.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.4\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -126,7 +126,7 @@ msgstr ""
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "డేటాబేస్ వ్యాఖ్య:"
msgstr "డేటాబేస్ వ్యాఖ్య: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -8597,7 +8597,7 @@ msgstr "పుటని సృష్టించు"
#: pmd_pdf.php:107
msgid "New page name: "
msgstr "కొత్త పుట పేరు:"
msgstr "కొత్త పుట పేరు: "
#: pmd_pdf.php:110
msgid "Export/Import to scale"

View File

@ -7521,7 +7521,7 @@ msgstr ""
#. l10n: Text direction, use either ltr or rtl
#: libraries/select_lang.lib.php:478
msgid "ltr"
msgstr ""
msgstr "ltr"
#: libraries/select_lang.lib.php:495 libraries/select_lang.lib.php:501
#: libraries/select_lang.lib.php:507

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-01-12 11:43+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"PO-Revision-Date: 2012-05-17 15:17+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: tatarish <tt@li.org>\n"
"Language: tt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -125,7 +125,7 @@ msgstr "%s biremlege beterelde."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Biremlek açıqlaması:"
msgstr "Biremlek açıqlaması: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -575,7 +575,7 @@ msgstr[0] "<b>Tulayım:</b> <i>%s</i> kileşü"
#: db_search.php:274
msgid "Search in database"
msgstr "Biremlektä ezläw: "
msgstr "Biremlektä ezläw"
#: db_search.php:277
#, fuzzy
@ -3083,7 +3083,7 @@ msgstr "SQL-soraw"
#: libraries/rte/rte_triggers.lib.php:91
#: libraries/rte/rte_triggers.lib.php:104
msgid "MySQL said: "
msgstr "MySQL qaytarışı:"
msgstr "MySQL qaytarışı: "
#: libraries/common.lib.php:1130
msgid "Failed to connect to SQL validator!"

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-14 14:46+0200\n"
"PO-Revision-Date: 2012-05-17 15:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Uyghur <ug@li.org>\n"
"Language: ug\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 0.6\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -2994,7 +2994,7 @@ msgstr "SQL سورىقى"
#: libraries/rte/rte_triggers.lib.php:91
#: libraries/rte/rte_triggers.lib.php:104
msgid "MySQL said: "
msgstr "MySQL جاۋابى:"
msgstr "MySQL جاۋابى: "
#: libraries/common.lib.php:1130
msgid "Failed to connect to SQL validator!"

View File

@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-27 16:58+0200\n"
"PO-Revision-Date: 2012-05-17 15:22+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: ukrainian <uk@li.org>\n"
"Language: uk\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"
"X-Generator: Weblate 0.8\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: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -1413,7 +1413,7 @@ msgstr "Додати графік до сітки"
#: js/messages.php:142
msgid "Please add at least one variable to the series"
msgstr "Будь ласка додайте щонайменше одну змінну до ряду "
msgstr "Будь ласка додайте щонайменше одну змінну до ряду"
#: js/messages.php:143 libraries/display_export.lib.php:308
#: libraries/display_tbl.lib.php:573 libraries/export/sql.php:1093
@ -1966,7 +1966,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "Додати опцію для колонки"
msgstr "Додати опцію для колонки "
#: js/messages.php:344
msgid "Press escape to cancel editing"
@ -3169,7 +3169,7 @@ msgstr "обидва попередні"
#: libraries/config.values.php:126
msgid "neither of the above"
msgstr "жоден з попередніх "
msgstr "жоден з попередніх"
#: libraries/config/FormDisplay.class.php:83
#: libraries/config/validate.lib.php:438
@ -3464,7 +3464,7 @@ msgstr "Вкладка талиці по замовчуванню"
#: libraries/config/messages.inc.php:56
msgid "Show binary contents as HEX by default"
msgstr "Показувати двійковий вміст як HEX по замовчуванню "
msgstr "Показувати двійковий вміст як HEX по замовчуванню"
#: libraries/config/messages.inc.php:57 libraries/display_tbl.lib.php:679
msgid "Show binary contents as HEX"
@ -5908,7 +5908,7 @@ msgstr "по запиту"
#: libraries/display_tbl.lib.php:2364
msgid "Showing rows"
msgstr "Показано записи "
msgstr "Показано записи"
#: libraries/display_tbl.lib.php:2374
msgid "total"
@ -6868,7 +6868,7 @@ msgstr "Набір символів"
#: libraries/mysql_charsets.lib.php:212 libraries/mysql_charsets.lib.php:413
#: tbl_change.php:572
msgid "Binary"
msgstr "Двійковий "
msgstr "Двійковий"
#: libraries/mysql_charsets.lib.php:224
msgid "Bulgarian"
@ -10951,7 +10951,7 @@ msgstr ""
#: tbl_change.php:821
msgid "Binary - do not edit"
msgstr "Двійкові дані - не редагуються "
msgstr "Двійкові дані - не редагуються"
#: tbl_change.php:871
msgid "Upload to BLOB repository"
@ -11326,7 +11326,7 @@ msgstr "Довжина рядка"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "Розмір рядка "
msgstr "Розмір рядка"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"
@ -12707,7 +12707,7 @@ msgstr ""
#: po/advisory_rules.php:260
msgid "Max InnoDB log size"
msgstr "Максимальний розмір журналу InnoDB "
msgstr "Максимальний розмір журналу InnoDB"
#: po/advisory_rules.php:261
msgid "The InnoDB log file size is inadequately large."

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-03-27 16:34+0200\n"
"PO-Revision-Date: 2012-05-17 15:19+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Urdu <ur@li.org>\n"
"Language: ur\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.8\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -130,7 +130,7 @@ msgstr "کوائفیہ $1%s بن گئی ہے۔"
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "کوائفیہ تبصرہ:"
msgstr "کوائفیہ تبصرہ: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -2058,7 +2058,7 @@ msgstr ""
#: js/messages.php:341
msgid "Add an option for column "
msgstr "کالم کے لیے ایک اختیار اضافہ کریں"
msgstr "کالم کے لیے ایک اختیار اضافہ کریں "
#: js/messages.php:344
msgid "Press escape to cancel editing"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2010-07-22 02:31+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"PO-Revision-Date: 2012-05-17 15:09+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: uzbek_cyrillic <uz@li.org>\n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -26,7 +26,7 @@ msgstr "Барчасини кўрсатиш"
#: libraries/schema/User_Schema.class.php:396
#: libraries/select_lang.lib.php:489
msgid "Page number:"
msgstr "Саҳифа рақами: "
msgstr "Саҳифа рақами:"
#: browse_foreigners.php:142
msgid ""
@ -126,7 +126,7 @@ msgstr "%1$s маълумотлар базаси тузилди."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Маълумотлар базасига изоҳ:"
msgstr "Маълумотлар базасига изоҳ: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -372,7 +372,7 @@ msgstr "Алоқалар схемаси"
#: server_privileges.php:1897 server_privileges.php:2166
#: server_synchronize.php:436 server_synchronize.php:908 tbl_tracking.php:649
msgid "Table"
msgstr "Жадвал "
msgstr "Жадвал"
#: db_printview.php:102 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65
@ -504,7 +504,7 @@ msgstr "Жадвалларни ишлатиш"
#: db_qbe.php:662
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "<b>\"%s\"</b> маълумотлар базасига SQL-сўров: "
msgstr "<b>\"%s\"</b> маълумотлар базасига SQL-сўров:"
#: db_qbe.php:955 libraries/common.lib.php:1221
msgid "Submit Query"
@ -677,7 +677,7 @@ msgstr "\"%s\" - MySQL серверидаги андозавий маълумо
#: server_databases.php:268 server_privileges.php:1760 tbl_structure.php:557
#: tbl_structure.php:566
msgid "With selected:"
msgstr "Белгиланганларни: "
msgstr "Белгиланганларни:"
#: db_structure.php:564 libraries/display_tbl.lib.php:2493
#: server_databases.php:265 server_privileges.php:684
@ -891,7 +891,7 @@ msgstr "Индекс(лар)ни сақлаш"
#: export.php:166 export.php:191 export.php:652
#, php-format
msgid "Insufficient space to save the file %s."
msgstr "\"%s\" файлини сақлаш учун дискда етарли жой мавжуд эмас. "
msgstr "\"%s\" файлини сақлаш учун дискда етарли жой мавжуд эмас."
#: export.php:307
#, php-format
@ -1147,7 +1147,7 @@ msgstr ""
#: js/messages.php:37
msgid "This operation could take a long time. Proceed anyway?"
msgstr "Ушбу операцияни бажариш узоқ вақт талаб қилиши мумкин. Давом этсинми? "
msgstr "Ушбу операцияни бажариш узоқ вақт талаб қилиши мумкин. Давом этсинми?"
#: js/messages.php:40
msgid "You are about to DISABLE a BLOB Repository!"
@ -1996,7 +1996,7 @@ msgstr "SQL сўровлари қутиси"
#: js/messages.php:279 tbl_row_action.php:28
msgid "No rows selected"
msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак. "
msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак."
#: js/messages.php:280 libraries/common.lib.php:2746
#: libraries/display_tbl.lib.php:2507 querywindow.php:87 tbl_structure.php:149
@ -2747,7 +2747,7 @@ msgstr "Биронта ҳам конфигурацияланган сервер
#: libraries/StorageEngine.class.php:203
msgid ""
"There is no detailed status information available for this storage engine."
msgstr "Ушбу турдаги жадваллар ҳақида қўшимча маълумот мавжуд эмас. "
msgstr "Ушбу турдаги жадваллар ҳақида қўшимча маълумот мавжуд эмас."
#: libraries/StorageEngine.class.php:341
#, php-format
@ -2923,8 +2923,7 @@ msgstr ""
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"\"%s\" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан "
"ўтинг. "
"\"%s\" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан ўтинг"
#: libraries/auth/cookie.auth.lib.php:582
#: libraries/auth/cookie.auth.lib.php:584
@ -6220,7 +6219,7 @@ msgstr ""
#: libraries/display_export.lib.php:276 libraries/display_import.lib.php:188
#: libraries/display_import.lib.php:201 libraries/sql_query_form.lib.php:468
msgid "Character set of the file:"
msgstr "Файл кодировкаси: "
msgstr "Файл кодировкаси:"
#: libraries/display_export.lib.php:306
#, fuzzy
@ -6579,7 +6578,7 @@ msgid ""
"when it becomes full."
msgstr ""
"Жадвалда жой тугаганда маълумотлар файли ҳажмини автоматик ошириш "
"(мегабайтларда) "
"(мегабайтларда)."
#: libraries/engines/innodb.lib.php:32
msgid "Buffer pool size"
@ -6607,11 +6606,11 @@ msgstr "Ишлатилиш"
#: libraries/engines/innodb.lib.php:161
msgid "pages"
msgstr "саҳифалар сони "
msgstr "саҳифалар сони"
#: libraries/engines/innodb.lib.php:170
msgid "Free pages"
msgstr "Бўш саҳифалар сони "
msgstr "Бўш саҳифалар сони"
#: libraries/engines/innodb.lib.php:176
msgid "Dirty pages"
@ -6623,7 +6622,7 @@ msgstr "Маълумотлар мавжуд саҳифалар"
#: libraries/engines/innodb.lib.php:188
msgid "Pages to be flushed"
msgstr "Тозалаш керак бўлган саҳифалар сони: "
msgstr "Тозалаш керак бўлган саҳифалар сони"
#: libraries/engines/innodb.lib.php:194
msgid "Busy pages"
@ -6631,7 +6630,7 @@ msgstr "Банд саҳифалар"
#: libraries/engines/innodb.lib.php:203
msgid "Latched pages"
msgstr "Блокировка қилинган саҳифалар сони: "
msgstr "Блокировка қилинган саҳифалар сони"
#: libraries/engines/innodb.lib.php:214
msgid "Buffer Pool Activity"
@ -6655,7 +6654,7 @@ msgstr "Буфернинг тозаланиши кутилмоқда"
#: libraries/engines/innodb.lib.php:242
msgid "Read misses in %"
msgstr "Буферни ўқишда % қолдиришлар мавжуд "
msgstr "Буферни ўқишда % қолдиришлар мавжуд"
#: libraries/engines/innodb.lib.php:250
msgid "Write waits in %"
@ -6866,7 +6865,7 @@ msgid ""
msgstr ""
"Жадвал маълумотларини кешлаш учун ажратилган хотира ҳажми. Асл қиймати 32 "
"Мб. Ушбу хотира маълумотларни сақлаш файллари(.xtd)даги ва қатор "
"кўрсатгичлари(.xtr)даги ўзгаришларни кешлашда ишлатилади. "
"кўрсатгичлари(.xtr)даги ўзгаришларни кешлашда ишлатилади."
#: libraries/engines/pbxt.lib.php:32
msgid "Log cache size"
@ -7126,7 +7125,7 @@ msgstr "Хост"
#: libraries/export/latex.php:137 libraries/export/sql.php:487
#: libraries/export/xml.php:136 libraries/header_printview.inc.php:61
msgid "Generation Time"
msgstr "Тузилган сана "
msgstr "Тузилган сана"
#: libraries/export/latex.php:138 libraries/export/sql.php:489
#: libraries/export/xml.php:137
@ -8691,7 +8690,7 @@ msgstr "Танлаш учун сичқонча тугмасини босинг"
#: libraries/sql_query_form.lib.php:189
#, php-format
msgid "Run SQL query/queries on server %s"
msgstr "\"%s\" серверида SQL-сўров(лар)ни бажариш "
msgstr "\"%s\" серверида SQL-сўров(лар)ни бажариш"
#: libraries/sql_query_form.lib.php:206 libraries/sql_query_form.lib.php:228
#, php-format
@ -8953,7 +8952,7 @@ msgid ""
"author what %s does."
msgstr ""
"Ҳозирги ватқда тавсиф мавжуд эмас. <br /> Ишлатилаётган \"%s\" ўгиришлар "
"намойиши функцияларининг иши яқин орада тавсифланади. "
"намойиши функцияларининг иши яқин орада тавсифланади."
#: libraries/transformations/application_octetstream__download.inc.php:10
#, fuzzy
@ -9476,7 +9475,7 @@ msgstr "Яшириш"
#: pmd_general.php:170
msgid "Number of tables"
msgstr "Жадваллар сони "
msgstr "Жадваллар сони"
#: pmd_general.php:412
msgid "Delete relation"
@ -9702,7 +9701,7 @@ msgstr "Кўриш учун бинар журнални танланг"
#: server_binlog.php:103 server_status.php:601
msgid "Files"
msgstr "Файллар сони "
msgstr "Файллар сони"
#: server_binlog.php:150 server_binlog.php:152 server_status.php:1248
#: server_status.php:1250
@ -10700,11 +10699,11 @@ msgstr "Юборилди"
#: server_status.php:1152
msgid "max. concurrent connections"
msgstr "Максимал уланишлар сони "
msgstr "Максимал уланишлар сони"
#: server_status.php:1159
msgid "Failed attempts"
msgstr "Муваффақиятсиз уринишлар сони: "
msgstr "Муваффақиятсиз уринишлар сони"
#: server_status.php:1173
msgid "Aborted"
@ -12397,7 +12396,7 @@ msgstr "Таҳрирлаш усули"
#: tbl_indexes.php:187
msgid "Index name:"
msgstr "Индекс номи: "
msgstr "Индекс номи:"
#: tbl_indexes.php:188
msgid ""
@ -12406,7 +12405,7 @@ msgstr "(\"PRIMARY\" номи <b>фақат</b> бирламчи индексг
#: tbl_indexes.php:199
msgid "Index type:"
msgstr "Индекс тури: "
msgstr "Индекс тури:"
#: tbl_indexes.php:285
#, php-format
@ -12620,7 +12619,7 @@ msgstr "Қидириш шартини кўшиш (яъни \"where\" жумла
#: tbl_select.php:203
msgid "Number of rows per page"
msgstr "Саҳифадаги қаторлар сони "
msgstr "Саҳифадаги қаторлар сони"
#: tbl_select.php:209
msgid "Display order:"
@ -12926,7 +12925,7 @@ msgstr "Мавжуд MIME турлари"
msgid ""
"MIME types printed in italics do not have a separate transformation function"
msgstr ""
"Курсив билан белгиланган MIME турлари алоҳида ўгириш функцияларига эга эмас. "
"Курсив билан белгиланган MIME турлари алоҳида ўгириш функцияларига эга эмас"
#: transformation_overview.php:42
msgid "Available transformations"

View File

@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-09 19:51+0200\n"
"PO-Revision-Date: 2012-04-19 03:25+0200\n"
"Last-Translator: MoA Chung <honomoa@gmail.com>\n"
"PO-Revision-Date: 2012-05-17 15:06+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: chinese_traditional <zh_TW@li.org>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 0.9\n"
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
@ -124,7 +124,7 @@ msgstr "建立資料庫 %1$s 成功"
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "資料庫註釋:"
msgstr "資料庫註釋: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:661 tbl_operations.php:366
@ -281,7 +281,7 @@ msgstr "刪除資料庫"
#: db_operations.php:450
#, php-format
msgid "Database %s has been dropped."
msgstr "已被刪除資料庫 %s "
msgstr "已被刪除資料庫 %s"
#: db_operations.php:455
msgid "Drop the database (DROP)"
@ -591,7 +591,7 @@ msgstr "未知"
#: db_structure.php:315 tbl_operations.php:709
#, php-format
msgid "Table %s has been emptied"
msgstr "已清空表 %s "
msgstr "已清空表 %s"
#: db_structure.php:328 tbl_operations.php:728
#, php-format
@ -601,7 +601,7 @@ msgstr "已刪除 view %s"
#: db_structure.php:328 tbl_operations.php:728
#, php-format
msgid "Table %s has been dropped"
msgstr "已刪除表 %s "
msgstr "已刪除表 %s"
#: db_structure.php:338 tbl_create.php:281
msgid "Tracking is active."
@ -2091,7 +2091,7 @@ msgstr "有新的 phpMyAdmin 可用,請考慮升級。最新的版本是 %s
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:366
msgid ", latest stable version:"
msgstr ",最新穩定版本: "
msgstr ",最新穩定版本:"
#: js/messages.php:367
msgid "up to date"
@ -2498,7 +2498,7 @@ msgstr "已刪除主鍵"
#: libraries/Index.class.php:478
#, php-format
msgid "Index %s has been dropped"
msgstr "已刪除索引 %s "
msgstr "已刪除索引 %s"
#: libraries/Index.class.php:573
#, php-format
@ -2959,7 +2959,7 @@ msgstr "SQL 查詢"
#: libraries/rte/rte_triggers.lib.php:91
#: libraries/rte/rte_triggers.lib.php:104
msgid "MySQL said: "
msgstr "MySQL 返回:"
msgstr "MySQL 返回: "
#: libraries/common.lib.php:1130
msgid "Failed to connect to SQL validator!"
@ -2967,11 +2967,11 @@ msgstr "連線到 SQL 檢驗器失敗!"
#: libraries/common.lib.php:1171 libraries/config/messages.inc.php:485
msgid "Explain SQL"
msgstr "SQL說明 "
msgstr "SQL說明"
#: libraries/common.lib.php:1175
msgid "Skip Explain SQL"
msgstr "略過SQL說明 "
msgstr "略過SQL說明"
#: libraries/common.lib.php:1210
msgid "Without PHP Code"
@ -3286,7 +3286,7 @@ msgstr "最大 %s"
#: libraries/config/FormDisplay.tpl.php:141 main.php:239
msgid "Wiki"
msgstr "維基 (Wiki) "
msgstr "維基 (Wiki)"
#: libraries/config/FormDisplay.tpl.php:199
msgid "This setting is disabled, it will not be applied to your configuration"
@ -5755,8 +5755,8 @@ msgid ""
"this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
"browsers."
msgstr ""
"上傳的檔案可能超過了最大大小,也可能是一個基於 webkit 瀏覽器 (Safari, Google "
"Chrome, Arora 等) 的已知缺陷 (bug) "
"上傳的檔案可能超過了最大大小,也可能是一個基於 webkit 瀏覽器 (Safari, Google Chrome, Arora 等) 的已知缺陷 "
"(bug)."
#: libraries/display_import.lib.php:76
msgid "The file is being processed, please be patient."
@ -6804,7 +6804,7 @@ msgstr ""
#: libraries/import/csv.php:42
msgid "Column names: "
msgstr "欄位名稱:"
msgstr "欄位名稱: "
#: libraries/import/csv.php:62 libraries/import/csv.php:75
#: libraries/import/csv.php:80 libraries/import/csv.php:85
@ -8067,7 +8067,7 @@ msgstr "指令定界符"
#: libraries/sql_query_form.lib.php:344
msgid "Show this query here again"
msgstr "在此再次顯示此查詢 "
msgstr "在此再次顯示此查詢"
#: libraries/sql_query_form.lib.php:407
msgid "View only"
@ -9007,7 +9007,7 @@ msgstr "允許建立新資料庫和資料表"
#: server_privileges.php:38 server_privileges.php:299
#: server_privileges.php:635
msgid "Allows creating stored routines."
msgstr "允許建立 stored routines "
msgstr "允許建立 stored routines."
#: server_privileges.php:39 server_privileges.php:629
msgid "Allows creating new tables."
@ -9027,7 +9027,7 @@ msgstr "允許建立、刪除和重命名使用者帳號"
#: server_privileges.php:286 server_privileges.php:641
#: server_privileges.php:645
msgid "Allows creating new views."
msgstr "允許建立 views "
msgstr "允許建立 views."
#: server_privileges.php:43 server_privileges.php:209
#: server_privileges.php:621
@ -9182,7 +9182,7 @@ msgstr "按表指定權限"
#: server_privileges.php:537 server_privileges.php:689
#: server_privileges.php:1704
msgid "Note: MySQL privilege names are expressed in English"
msgstr "注意MySQL 權限名稱會以英文顯示 "
msgstr "注意MySQL 權限名稱會以英文顯示"
#: server_privileges.php:614
msgid "Administration"
@ -9409,7 +9409,7 @@ msgstr "未知錯誤"
#: server_replication.php:56
#, php-format
msgid "Unable to connect to master %s."
msgstr "無法連線到主伺服器 %s "
msgstr "無法連線到主伺服器 %s"
#: server_replication.php:63
msgid ""
@ -9574,7 +9574,7 @@ msgstr ""
#: server_status.php:455
#, php-format
msgid "Thread %s was successfully killed."
msgstr "已中止程序 %s "
msgstr "已中止程序 %s"
#: server_status.php:457
#, php-format
@ -9876,8 +9876,7 @@ msgstr "伺服器執行指令時自動在記憶體中建立的臨時表的數量
msgid ""
"The number of rows written with INSERT DELAYED for which some error occurred "
"(probably duplicate key)."
msgstr ""
"發生錯誤的延遲插入 (INSERT DELAYED) 行數 (可能是因爲在唯一欄位中存在重複值) "
msgstr "發生錯誤的延遲插入 (INSERT DELAYED) 行數 (可能是因爲在唯一欄位中存在重複值)"
#: server_status.php:1311
msgid ""
@ -9916,8 +9915,8 @@ msgid ""
"it suggests that the server is doing a lot of full index scans; for example, "
"SELECT col1 FROM foo, assuming that col1 is indexed."
msgstr ""
"讀取一個索引入口點的次數。如果該值很大,說明您的伺服器執行了很多完整索引掃"
"描。例如,假設欄位 col1 已經建立了索引,然後執行 SELECT col1 FROM foo "
"讀取一個索引入口點的次數。如果該值很大,說明您的伺服器執行了很多完整索引掃描。例如,假設欄位 col1 已經建立了索引,然後執行 SELECT col1 "
"FROM foo"
#: server_status.php:1318
msgid ""
@ -9977,7 +9976,7 @@ msgstr "資料表中插入行的請求數"
#: server_status.php:1326
msgid "The number of pages containing data (dirty or clean)."
msgstr "非空頁數 (含髒頁) "
msgstr "非空頁數 (含髒頁)"
#: server_status.php:1327
msgid "The number of pages currently dirty."
@ -10007,9 +10006,8 @@ msgid ""
"be calculated as Innodb_buffer_pool_pages_total - "
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
msgstr ""
"負載頁的數量,像鎖定行或適應性的散列索引這樣的管理操作時分配的頁。該值可用此"
"公式計算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - "
"Innodb_buffer_pool_pages_data "
"負載頁的數量,像鎖定行或適應性的散列索引這樣的管理操作時分配的頁。該值可用此公式計算: Innodb_buffer_pool_pages_total - "
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data"
#: server_status.php:1332
msgid "Total size of buffer pool, in pages."
@ -10185,8 +10183,7 @@ msgstr "InnoDB 中更新的行數"
msgid ""
"The number of key blocks in the key cache that have changed but haven't yet "
"been flushed to disk. It used to be known as Not_flushed_key_blocks."
msgstr ""
"鍵快取中還沒有被寫入到硬碟的鍵塊數。該值過去名爲 Not_flushed_key_blocks "
msgstr "鍵快取中還沒有被寫入到硬碟的鍵塊數。該值過去名爲 Not_flushed_key_blocks"
#: server_status.php:1370
msgid ""
@ -11109,11 +11106,11 @@ msgstr "標籤"
#: tbl_addfield.php:185 tbl_alter.php:99 tbl_indexes.php:98
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "已成功修改表 %1$s "
msgstr "已成功修改表 %1$s"
#: tbl_change.php:699
msgid "Because of its length,<br /> this column might not be editable"
msgstr "因長度問題,<br /> 該欄位可能無法編輯 "
msgstr "因長度問題,<br /> 該欄位可能無法編輯"
#: tbl_change.php:817
msgid "Remove BLOB Repository Reference"
@ -11417,7 +11414,7 @@ msgstr "排序規則表碎片"
#: tbl_operations.php:680
#, php-format
msgid "Table %s has been flushed"
msgstr "已強制更新表 %s "
msgstr "已強制更新表 %s"
#: tbl_operations.php:688
msgid "Flush the table (FLUSH)"
@ -11508,7 +11505,7 @@ msgstr "行長度"
#: tbl_printview.php:373 tbl_structure.php:898
msgid "Row size"
msgstr "行大小 "
msgstr "行大小"
#: tbl_printview.php:383 tbl_structure.php:906
msgid "Next autoindex"
@ -11587,7 +11584,7 @@ msgstr "無"
#: tbl_structure.php:372
#, php-format
msgid "Column %s has been dropped"
msgstr "已刪除欄位 %s "
msgstr "已刪除欄位 %s"
#: tbl_structure.php:383 tbl_structure.php:477
#, php-format