From 3237c7e393007e6d70ddc0e6ce7cd2744206aefa Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 23 Jan 2015 04:37:13 +0100 Subject: [PATCH 01/16] Translated using Weblate (Bulgarian) Currently translated at 62.2% (1856 of 2980 strings) [CI skip] --- po/bg.po | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/po/bg.po b/po/bg.po index 77b4bfc299..6053d05e2e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,29 +4,28 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2014-10-16 10:59+0200\n" -"Last-Translator: Boyan Kehayov \n" -"Language-Team: Bulgarian \n" +"PO-Revision-Date: 2015-01-23 04:37+0200\n" +"Last-Translator: krasimir \n" +"Language-Team: Bulgarian " +"\n" "Language: bg\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 1.10-dev\n" +"X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 -#, php-format +#, fuzzy, php-format msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." -msgstr "" -"Файлът %s не е наличен в системата, посетете www.phpmyadmin.net за повече " -"информация." +msgstr "krasio-valia.com" #: db_central_columns.php:85 +#, fuzzy msgid "The central list of columns for the current database is empty." -msgstr "" +msgstr "The central list of columns for the current database is empty." #: db_central_columns.php:109 msgid "Click to sort." From 8b89935c3736ea86c49749f8dffe06f06c966d2a Mon Sep 17 00:00:00 2001 From: Martin Lacina Date: Thu, 22 Jan 2015 21:26:11 +0100 Subject: [PATCH 02/16] Translated using Weblate (Slovak) Currently translated at 81.7% (2434 of 2979 strings) [CI skip] --- po/sk.po | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/po/sk.po b/po/sk.po index 607247f70a..2e0c9cf660 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-22 13:37+0200\n" +"PO-Revision-Date: 2015-01-22 21:26+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: Slovak " "\n" @@ -2118,9 +2118,8 @@ msgid "Do you want to save the changes to the current page?" msgstr "Chcete uložiť zmeny aktuálnej stránky?" #: js/messages.php:411 -#, fuzzy msgid "Successfully deleted the page" -msgstr "Úspešne odstránená strana" +msgstr "Stránka bola odstránená" #: js/messages.php:412 msgid "Export relational schema" @@ -10549,10 +10548,9 @@ msgid "Display Features" msgstr "Zobraziť vlastnosti" #: libraries/relation.lib.php:154 -#, fuzzy #| msgid "Creation of PDFs" msgid "Designer and creation of PDFs" -msgstr "Návrh a vytváranie PDF" +msgstr "Navrhovanie a vytváranie PDF" #: libraries/relation.lib.php:165 msgid "Displaying Column Comments" @@ -11196,10 +11194,9 @@ msgid "SQL data access" msgstr "" #: libraries/rte/rte_routines.lib.php:1146 -#, fuzzy #| msgid "You must provide a valid table name" msgid "You must provide a routine name!" -msgstr "Musíte zadať platný názov tabuľky" +msgstr "Musíte zadať názov rutiny!" #: libraries/rte/rte_routines.lib.php:1181 #, php-format @@ -11617,10 +11614,9 @@ msgstr "Umožňuje vytvárať nové pohľady." #: libraries/server_privileges.lib.php:385 #: libraries/server_privileges.lib.php:1157 server_privileges.php:66 -#, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Allows to set up events for the event scheduler." -msgstr "Povolí zmaknutie tabuliek pre aktuálne vlákno." +msgstr "Umožňuje plánovať udalosti pomocou plánovača." #: libraries/server_privileges.lib.php:390 #: libraries/server_privileges.lib.php:1161 server_privileges.php:106 @@ -11853,10 +11849,9 @@ msgid "wildcard" msgstr "nahradzujúci znak" #: libraries/server_privileges.lib.php:2146 -#, fuzzy #| msgid "database-specific" msgid "table-specific" -msgstr "závislé na databáze" +msgstr "závislé na tabuľke" #: libraries/server_privileges.lib.php:2271 msgid "Edit Privileges" From 16c9ce2907819c8774dd0e7b8e215a43818a6cf1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 23 Jan 2015 11:51:49 -0500 Subject: [PATCH 03/16] Bug Undefined index central_columnswork Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/tbl_columns_definition_form.lib.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 50d60c7785..9363afb459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog - bug #4724 Cannot navigate in filtered table list - bug #4717 Database navigation menu broken when resolution/screen is changing - bug #4727 Collation column missing in database list when DisableIS is true +- bug Undefined index central_columnswork 4.3.7.0 (2015-01-15) - bug #4694 js error on marking table as favorite in Safari (in private mode) diff --git a/libraries/tbl_columns_definition_form.lib.php b/libraries/tbl_columns_definition_form.lib.php index bddbbdef0f..ea437a0bc1 100644 --- a/libraries/tbl_columns_definition_form.lib.php +++ b/libraries/tbl_columns_definition_form.lib.php @@ -604,7 +604,9 @@ function PMA_getHtmlForColumnName( . (isset($columnMeta['Field']) ? htmlspecialchars($columnMeta['Field']) : '') . '"' . ' />'; - if ($cfgRelation['central_columnswork'] && !(isset($columnMeta['column_status']) + if (isset($cfgRelation['central_columnswork']) + && $cfgRelation['central_columnswork'] + && !(isset($columnMeta['column_status']) && !$columnMeta['column_status']['isEditable']) ) { $html .= '

Date: Fri, 23 Jan 2015 13:31:25 -0500 Subject: [PATCH 04/16] Bug Undefined index favorite_tables Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/structure.lib.php | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9363afb459..63f9d16bc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ phpMyAdmin - ChangeLog - bug #4717 Database navigation menu broken when resolution/screen is changing - bug #4727 Collation column missing in database list when DisableIS is true - bug Undefined index central_columnswork +- bug Undefined index favorite_tables 4.3.7.0 (2015-01-15) - bug #4694 js error on marking table as favorite in Safari (in private mode) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 59e924f716..43492cc38e 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -2944,7 +2944,11 @@ function PMA_getHtmlForFavoriteAnchor($db, $current_table, $titles) function PMA_addRemoveFavoriteTables($db) { $fav_instance = PMA_RecentFavoriteTable::getInstance('favorite'); - $favorite_tables = json_decode($_REQUEST['favorite_tables'], true); + if (isset($_REQUEST['favorite_tables'])) { + $favorite_tables = json_decode($_REQUEST['favorite_tables'], true); + } else { + $favorite_tables = array(); + } // Required to keep each user's preferences separate. $user = sha1($GLOBALS['cfg']['Server']['user']); From 1318786ce341423e96ed508c86062088fe6669de Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Jan 2015 06:32:36 -0500 Subject: [PATCH 05/16] 4.3.9-dev Signed-off-by: Marc Delisle --- ChangeLog | 4 +++- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63f9d16bc2..135e12af65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.8.0 (not yet released) +4.3.9.0 (not yet released) + +4.3.8.0 (2015-01-24) - bug Undefined constant PMA_DRIZZLE - bug #4712 Wrongly positioned date-picker while Grid-Editing - bug #4714 Forced ORDER BY for own sql statements diff --git a/README b/README index 4a3166f1f4..8bf1b34311 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.8-dev +Version 4.3.9-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 5d47988ae0..40647f53bc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.3.8-dev' +version = '4.3.9-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 1a22ef8b90..238504b480 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -114,7 +114,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.3.8-dev'); + $this->set('PMA_VERSION', '4.3.9-dev'); /** * @deprecated */ From 1b3fb67619d85defe2e3f51ae0b06fd349ebbf3e Mon Sep 17 00:00:00 2001 From: Valter Georgiev Date: Fri, 23 Jan 2015 19:56:45 +0100 Subject: [PATCH 06/16] Translated using Weblate (Bulgarian) Currently translated at 62.5% (1863 of 2980 strings) [CI skip] --- po/bg.po | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/po/bg.po b/po/bg.po index 6053d05e2e..b7466adfda 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-23 04:37+0200\n" -"Last-Translator: krasimir \n" +"PO-Revision-Date: 2015-01-23 19:56+0200\n" +"Last-Translator: Valter Georgiev \n" "Language-Team: Bulgarian " "\n" "Language: bg\n" @@ -16,16 +16,17 @@ msgstr "" "X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 -#, fuzzy, php-format +#, php-format msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." -msgstr "krasio-valia.com" +msgstr "" +"Файлът %s не е наличен на тази система, Моля посети www.phpmyadmin.net за " +"повече информация." #: db_central_columns.php:85 -#, fuzzy msgid "The central list of columns for the current database is empty." -msgstr "The central list of columns for the current database is empty." +msgstr "Централния лист от колони в избраната база данни е празна." #: db_central_columns.php:109 msgid "Click to sort." @@ -40,7 +41,7 @@ msgstr "Показване на редове %1$s - %2$s" #: db_create.php:61 #, php-format msgid "Database %1$s has been created." -msgstr "БД %1$s беше създадена." +msgstr "Базата данни %1$s беше създадена." #: db_datadict.php:48 libraries/operations.lib.php:32 msgid "Database comment:" @@ -866,6 +867,9 @@ msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" +"Логин бисквитка е по-ниска, отколкото валидност бисквитка конфигурирана в " +"PhpMyAdmin, защото от това, данните за вход ще изтече по-рано от " +"конфигурирана в PhpMyAdmin." #: index.php:511 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." @@ -894,15 +898,14 @@ msgstr "" "разширени функции са деактивирани. За да разберете защо натиснете %sтук%s. " #: index.php:540 -#, fuzzy #| msgid "" #| "
      Or alternately go to 'Operations' " #| "tab of any database to set it up there." msgid "" "Or alternately go to 'Operations' tab of any database to set it up there." msgstr "" -"
      Или отидете в раздела \"Операции\" " -"на всяка база данни, за да го настроите там." +"Или отидете в раздела \"Операции\" на всяка база данни, за да го настроите " +"там." #: index.php:585 #, php-format @@ -1048,9 +1051,8 @@ msgstr "Трябва да добавите поне една колона." #: js/messages.php:72 libraries/insert_edit.lib.php:1541 #: libraries/tbl_columns_definition_form.lib.php:145 #: libraries/tbl_relation.lib.php:655 -#, fuzzy msgid "Preview SQL" -msgstr "Визуализация на SQL" +msgstr "Преглед на SQL" #: js/messages.php:75 msgid "Simulate query" @@ -1853,7 +1855,7 @@ msgstr "Към следващата стъпка…" #: js/messages.php:316 #, php-format msgid "The first step of normalization is complete for table '%s'." -msgstr "" +msgstr "Първата стъпка от нормализирането е завършено за таблиза '%s'." #: js/messages.php:317 libraries/normalization.lib.php:422 #: libraries/normalization.lib.php:469 libraries/normalization.lib.php:552 @@ -2346,7 +2348,7 @@ msgstr "Изпращане на доклад с грешки" #: js/messages.php:488 msgid "Submit Error Report" -msgstr "" +msgstr "Прати рапорт за грешка" #: js/messages.php:490 msgid "" From 58556a1b8b16768aa682d37f39a3a2e92e5d13be Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Jan 2015 06:34:34 -0500 Subject: [PATCH 07/16] 4.3.8 release Signed-off-by: Marc Delisle --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 17718540a1..2a5943fa57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,9 @@ phpMyAdmin - ChangeLog + rfe #1597 Fast filter improvement: remove "x other results found" - bug #4720 No error message on Missing extension mbstring -4.3.8.0 (not yet released) +4.3.9.0 (not yet released) + +4.3.8.0 (2015-01-24) - bug Undefined constant PMA_DRIZZLE - bug #4712 Wrongly positioned date-picker while Grid-Editing - bug #4714 Forced ORDER BY for own sql statements From 1244531d3245aa185268b76d8ea055bf52d8cd30 Mon Sep 17 00:00:00 2001 From: Valter Georgiev Date: Fri, 23 Jan 2015 19:56:42 +0100 Subject: [PATCH 08/16] Translated using Weblate (Bulgarian) Currently translated at 62.2% (1861 of 2988 strings) [CI skip] --- po/bg.po | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/po/bg.po b/po/bg.po index 545c77f496..29a3976caa 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-14 07:43-0500\n" -"PO-Revision-Date: 2015-01-23 04:37+0200\n" -"Last-Translator: krasimir \n" +"PO-Revision-Date: 2015-01-23 19:56+0200\n" +"Last-Translator: Valter Georgiev \n" "Language-Team: Bulgarian " "\n" "Language: bg\n" @@ -16,16 +16,17 @@ msgstr "" "X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 -#, fuzzy, php-format +#, php-format msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." -msgstr "krasio-valia.com" +msgstr "" +"Файлът %s не е наличен на тази система, Моля посети www.phpmyadmin.net за " +"повече информация." #: db_central_columns.php:85 -#, fuzzy msgid "The central list of columns for the current database is empty." -msgstr "The central list of columns for the current database is empty." +msgstr "Централния лист от колони в избраната база данни е празна." #: db_central_columns.php:109 msgid "Click to sort." @@ -40,7 +41,7 @@ msgstr "Показване на редове %1$s - %2$s" #: db_create.php:61 #, php-format msgid "Database %1$s has been created." -msgstr "БД %1$s беше създадена." +msgstr "Базата данни %1$s беше създадена." #: db_datadict.php:48 libraries/operations.lib.php:32 msgid "Database comment:" @@ -339,12 +340,12 @@ msgstr "Състояние на репликацията" msgid "" "Version %1$s was created for selected tables, tracking is active for them." msgstr "" +"Версията %1$s беше създадена за избраните таблици, тракинга е активен за тях." #: db_tracking.php:78 -#, fuzzy #| msgid "No databases selected." msgid "No tables selected." -msgstr "Няма избрани БД." +msgstr "Няма избрани таблици." #: db_tracking.php:113 msgid "Tracked tables" @@ -392,7 +393,6 @@ msgid "Delete tracking data for this table" msgstr "Изтриване на проследената информация за тази таблица" #: db_tracking.php:146 db_tracking.php:208 -#, fuzzy #| msgid "Deleting tracking data" msgid "Delete tracking" msgstr "Изтриване информацията за следене" @@ -864,6 +864,9 @@ msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" +"Логин бисквитка е по-ниска, отколкото валидност бисквитка конфигурирана в " +"PhpMyAdmin, защото от това, данните за вход ще изтече по-рано от " +"конфигурирана в PhpMyAdmin." #: index.php:511 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." @@ -892,15 +895,14 @@ msgstr "" "разширени функции са деактивирани. За да разберете защо натиснете %sтук%s. " #: index.php:540 -#, fuzzy #| msgid "" #| "
      Or alternately go to 'Operations' " #| "tab of any database to set it up there." msgid "" "Or alternately go to 'Operations' tab of any database to set it up there." msgstr "" -"
      Или отидете в раздела \"Операции\" " -"на всяка база данни, за да го настроите там." +"Или отидете в раздела \"Операции\" на всяка база данни, за да го настроите " +"там." #: index.php:585 #, php-format @@ -946,28 +948,24 @@ msgid "You are about to TRUNCATE a complete table!" msgstr "Вие ще ИЗПРАЗНИТЕ цяла таблица!" #: js/messages.php:40 -#, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete tracking data for this table?" -msgstr "Изтриване на проследената информация за тази таблица" +msgstr "Изтриване на тракинг информация за тази таблица?" #: js/messages.php:41 -#, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete tracking data for these tables?" -msgstr "Изтриване на проследената информация за тази таблица" +msgstr "Изтриване на тракинг информация за тази таблица?" #: js/messages.php:42 -#, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete tracking data for this version?" -msgstr "Изтриване на проследената информация за тази таблица" +msgstr "Изтриване на проследената информация за тази версия?" #: js/messages.php:43 -#, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete tracking data for these versions?" -msgstr "Изтриване на проследената информация за тази таблица" +msgstr "Изтриване на проследената информация за тази версии?" #: js/messages.php:44 msgid "Deleting tracking data" @@ -1070,9 +1068,8 @@ msgstr "Трябва да добавите поне една колона." #: js/messages.php:75 libraries/insert_edit.lib.php:1541 #: libraries/tbl_columns_definition_form.lib.php:143 #: libraries/tbl_relation.lib.php:655 -#, fuzzy msgid "Preview SQL" -msgstr "Визуализация на SQL" +msgstr "Преглед на SQL" #: js/messages.php:78 msgid "Simulate query" @@ -1875,7 +1872,7 @@ msgstr "Към следващата стъпка…" #: js/messages.php:319 #, php-format msgid "The first step of normalization is complete for table '%s'." -msgstr "" +msgstr "Първата стъпка от нормализирането е завършено за таблиза '%s'." #: js/messages.php:320 libraries/normalization.lib.php:422 #: libraries/normalization.lib.php:469 libraries/normalization.lib.php:552 @@ -2369,7 +2366,7 @@ msgstr "Изпращане на доклад с грешки" #: js/messages.php:491 msgid "Submit Error Report" -msgstr "" +msgstr "Прати рапорт за грешка" #: js/messages.php:493 msgid "" From e8f74759edcbfa7c730bd796a3cacacd45e2736d Mon Sep 17 00:00:00 2001 From: Martin Lacina Date: Sat, 24 Jan 2015 15:17:36 +0100 Subject: [PATCH 09/16] Translated using Weblate (Slovak) Currently translated at 82.4% (2457 of 2979 strings) [CI skip] --- po/sk.po | 57 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/po/sk.po b/po/sk.po index 2e0c9cf660..ca63e56758 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-22 21:26+0200\n" +"PO-Revision-Date: 2015-01-24 15:17+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: Slovak " "\n" @@ -5556,7 +5556,7 @@ msgstr "Použiť IGNORE" #: libraries/config/messages.inc.php:177 msgid "Syntax to use when inserting data" -msgstr "Akú syntax použiť pre vkladanie dát" +msgstr "Použitá syntax pre vkladanie dát" #: libraries/config/messages.inc.php:178 #: libraries/plugins/export/ExportSql.class.php:419 @@ -7919,7 +7919,7 @@ msgstr "Rýchla - zobraziť len minimum možností" #: libraries/display_export.lib.php:228 msgid "Custom - display all possible options" -msgstr "Vlastné - zobrazí všetky voľby nastavení" +msgstr "Vlastná - zobrazí všetky voľby nastavení" #: libraries/display_export.lib.php:250 msgid "Database(s):" @@ -9014,7 +9014,7 @@ msgstr "Filtrovať databázy podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1170 #: libraries/navigation/NavigationTree.class.php:1204 msgid "Clear fast filter" -msgstr "Vyčistiť rýchly filter" +msgstr "Vymazať filter" #: libraries/navigation/NavigationTree.class.php:1203 msgid "Filter by name or regex" @@ -9061,12 +9061,12 @@ msgstr "Zobraziť skryté položky" #: libraries/navigation/Nodes/Node_Database_Container.class.php:36 msgctxt "Create new database" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Event_Container.class.php:37 msgctxt "Create new event" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Function_Container.class.php:24 #: libraries/navigation/Nodes/Node_Function_Container.class.php:25 @@ -9078,7 +9078,7 @@ msgstr "Funkcie" #: libraries/navigation/Nodes/Node_Function_Container.class.php:36 msgctxt "Create new function" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Index.class.php:32 #: libraries/structure.lib.php:1504 libraries/structure.lib.php:2218 @@ -9091,7 +9091,7 @@ msgstr "Index" #: libraries/navigation/Nodes/Node_Index_Container.class.php:38 msgctxt "Create new index" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/navigation/Nodes/Node_Procedure.class.php:34 msgid "Procedure" @@ -9113,12 +9113,12 @@ msgstr "" #: libraries/navigation/Nodes/Node_Table_Container.class.php:45 msgctxt "Create new table" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Trigger_Container.class.php:39 msgctxt "Create new trigger" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_View_Container.class.php:26 #: libraries/navigation/Nodes/Node_View_Container.class.php:27 @@ -9130,7 +9130,7 @@ msgstr "Pohľady" #: libraries/navigation/Nodes/Node_View_Container.class.php:45 msgctxt "Create new view" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/normalization.lib.php:114 msgid "Make all columns atomic" @@ -9528,7 +9528,7 @@ msgstr "Odstrániť dáta alebo tabuľku" #: libraries/operations.lib.php:1231 msgid "Empty the table (TRUNCATE)" -msgstr "" +msgstr "Vyprázdniť tabuľku (TRUNCATE)" #: libraries/operations.lib.php:1239 msgid "Delete the table (DROP)" @@ -9914,6 +9914,8 @@ msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" +"Zobraziť komentíre (zahŕňa informácie ako je čas exportu, verzia PHP a " +"verzia servera)" #: libraries/plugins/export/ExportSql.class.php:100 msgid "Additional custom header comment (\\n splits lines):" @@ -9924,6 +9926,7 @@ msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" +"Zahrnúť čas vytorenia, poslednej aktualizácie a poslednej kontroly databáz" #: libraries/plugins/export/ExportSql.class.php:170 msgid "" @@ -9950,6 +9953,8 @@ msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" +"Použiť opačný apostrof pri názvoch tabuliek a polí (To ochráni názvy " +"stĺpcov a tabuliek so špeciálnymi znakmi alebo kľúčové slová)" #: libraries/plugins/export/ExportSql.class.php:332 msgid "Data creation options" @@ -9958,28 +9963,28 @@ msgstr "Možnosti vytvárania údajov" #: libraries/plugins/export/ExportSql.class.php:336 #: libraries/plugins/export/ExportSql.class.php:2033 msgid "Truncate table before insert" -msgstr "" +msgstr "Vyprázdniť tabuľku pred vložením" #: libraries/plugins/export/ExportSql.class.php:342 msgid "Instead of INSERT statements, use:" -msgstr "" +msgstr "Namiesto príkazu INSERT použiť:" #: libraries/plugins/export/ExportSql.class.php:348 msgid "INSERT DELAYED statements" -msgstr "" +msgstr "príkazy INSERT DELAYED" #: libraries/plugins/export/ExportSql.class.php:359 #: libraries/plugins/export/ExportSql.class.php:389 msgid "INSERT IGNORE statements" -msgstr "" +msgstr "príkazy INSERT IGNORE" #: libraries/plugins/export/ExportSql.class.php:372 msgid "Function to use when dumping data:" -msgstr "" +msgstr "Funkcia použitá pri ukladaní dát:" #: libraries/plugins/export/ExportSql.class.php:385 msgid "Syntax to use when inserting data:" -msgstr "" +msgstr "Použitá syntax pre vkladanie dát:" #: libraries/plugins/export/ExportSql.class.php:393 msgid "" @@ -10012,6 +10017,8 @@ msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" +"Uložiť binárne stĺpce v šestnástkovom zápise (napríklad \"abc\" sa zapíše " +"0x616263)" #: libraries/plugins/export/ExportSql.class.php:440 msgid "" @@ -11968,7 +11975,7 @@ msgstr "Oprávnenia pre %s" #: libraries/server_privileges.lib.php:3814 msgctxt "Create new user" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/server_privileges.lib.php:3843 msgid "Edit Privileges:" @@ -13051,10 +13058,9 @@ msgid "Edit user group: '%s'" msgstr "" #: libraries/server_user_groups.lib.php:225 -#, fuzzy #| msgid "No privileges." msgid "User group menu assignments" -msgstr "Žiadne práva." +msgstr "Priradenia menu pre skupinu užívateľov" #: libraries/server_user_groups.lib.php:232 msgid "Group name:" @@ -13327,10 +13333,9 @@ msgid "Remove columns from central list" msgstr "" #: libraries/structure.lib.php:348 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Make consistent with central list" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Zosúladiť s centrálnym zoznamom" #: libraries/structure.lib.php:370 msgid "Check tables having overhead" @@ -13375,16 +13380,14 @@ msgid "Fulltext" msgstr "Celý text" #: libraries/structure.lib.php:1527 libraries/structure.lib.php:2146 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Add to central columns" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Pridať do centrálnych stĺpcov" #: libraries/structure.lib.php:1532 libraries/structure.lib.php:2136 -#, fuzzy #| msgid "Remove column(s)" msgid "Remove from central columns" -msgstr "Odstrániť stĺpce" +msgstr "Odstrániť z centrálnych stĺpcov" #: libraries/structure.lib.php:1548 libraries/structure.lib.php:1658 msgid "Move columns" From be9de94553163686bad8dbe8d9d68708790c16ec Mon Sep 17 00:00:00 2001 From: Martin Lacina Date: Sat, 24 Jan 2015 15:17:39 +0100 Subject: [PATCH 10/16] Translated using Weblate (Slovak) Currently translated at 82.4% (2463 of 2988 strings) [CI skip] --- po/sk.po | 57 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/po/sk.po b/po/sk.po index 0450f29d22..ecae43d97a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-14 07:43-0500\n" -"PO-Revision-Date: 2015-01-22 21:26+0200\n" +"PO-Revision-Date: 2015-01-24 15:17+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: Slovak " "\n" @@ -5572,7 +5572,7 @@ msgstr "Použiť IGNORE" #: libraries/config/messages.inc.php:176 msgid "Syntax to use when inserting data" -msgstr "Akú syntax použiť pre vkladanie dát" +msgstr "Použitá syntax pre vkladanie dát" #: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:419 @@ -7690,7 +7690,7 @@ msgstr "Rýchla - zobraziť len minimum možností" #: libraries/display_export.lib.php:228 msgid "Custom - display all possible options" -msgstr "Vlastné - zobrazí všetky voľby nastavení" +msgstr "Vlastná - zobrazí všetky voľby nastavení" #: libraries/display_export.lib.php:250 msgid "Database(s):" @@ -8785,7 +8785,7 @@ msgstr "Filtrovať databázy podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1192 #: libraries/navigation/NavigationTree.class.php:1226 msgid "Clear fast filter" -msgstr "Vyčistiť rýchly filter" +msgstr "Vymazať filter" #: libraries/navigation/NavigationTree.class.php:1225 msgid "Filter by name or regex" @@ -8832,12 +8832,12 @@ msgstr "Zobraziť skryté položky" #: libraries/navigation/Nodes/Node_Database_Container.class.php:36 msgctxt "Create new database" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Event_Container.class.php:37 msgctxt "Create new event" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Function_Container.class.php:24 #: libraries/navigation/Nodes/Node_Function_Container.class.php:25 @@ -8849,7 +8849,7 @@ msgstr "Funkcie" #: libraries/navigation/Nodes/Node_Function_Container.class.php:36 msgctxt "Create new function" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Index.class.php:32 #: libraries/structure.lib.php:1500 libraries/structure.lib.php:2212 @@ -8862,7 +8862,7 @@ msgstr "Index" #: libraries/navigation/Nodes/Node_Index_Container.class.php:38 msgctxt "Create new index" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/navigation/Nodes/Node_Procedure.class.php:34 msgid "Procedure" @@ -8884,12 +8884,12 @@ msgstr "" #: libraries/navigation/Nodes/Node_Table_Container.class.php:45 msgctxt "Create new table" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Trigger_Container.class.php:39 msgctxt "Create new trigger" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_View_Container.class.php:26 #: libraries/navigation/Nodes/Node_View_Container.class.php:27 @@ -8901,7 +8901,7 @@ msgstr "Pohľady" #: libraries/navigation/Nodes/Node_View_Container.class.php:45 msgctxt "Create new view" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/normalization.lib.php:114 msgid "Make all columns atomic" @@ -9299,7 +9299,7 @@ msgstr "Odstrániť dáta alebo tabuľku" #: libraries/operations.lib.php:1188 msgid "Empty the table (TRUNCATE)" -msgstr "" +msgstr "Vyprázdniť tabuľku (TRUNCATE)" #: libraries/operations.lib.php:1196 msgid "Delete the table (DROP)" @@ -9685,6 +9685,8 @@ msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" +"Zobraziť komentíre (zahŕňa informácie ako je čas exportu, verzia PHP a " +"verzia servera)" #: libraries/plugins/export/ExportSql.class.php:100 msgid "Additional custom header comment (\\n splits lines):" @@ -9695,6 +9697,7 @@ msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" +"Zahrnúť čas vytorenia, poslednej aktualizácie a poslednej kontroly databáz" #: libraries/plugins/export/ExportSql.class.php:170 msgid "" @@ -9721,6 +9724,8 @@ msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" +"Použiť opačný apostrof pri názvoch tabuliek a polí (To ochráni názvy " +"stĺpcov a tabuliek so špeciálnymi znakmi alebo kľúčové slová)" #: libraries/plugins/export/ExportSql.class.php:332 msgid "Data creation options" @@ -9729,28 +9734,28 @@ msgstr "Možnosti vytvárania údajov" #: libraries/plugins/export/ExportSql.class.php:336 #: libraries/plugins/export/ExportSql.class.php:2000 msgid "Truncate table before insert" -msgstr "" +msgstr "Vyprázdniť tabuľku pred vložením" #: libraries/plugins/export/ExportSql.class.php:342 msgid "Instead of INSERT statements, use:" -msgstr "" +msgstr "Namiesto príkazu INSERT použiť:" #: libraries/plugins/export/ExportSql.class.php:348 msgid "INSERT DELAYED statements" -msgstr "" +msgstr "príkazy INSERT DELAYED" #: libraries/plugins/export/ExportSql.class.php:359 #: libraries/plugins/export/ExportSql.class.php:389 msgid "INSERT IGNORE statements" -msgstr "" +msgstr "príkazy INSERT IGNORE" #: libraries/plugins/export/ExportSql.class.php:372 msgid "Function to use when dumping data:" -msgstr "" +msgstr "Funkcia použitá pri ukladaní dát:" #: libraries/plugins/export/ExportSql.class.php:385 msgid "Syntax to use when inserting data:" -msgstr "" +msgstr "Použitá syntax pre vkladanie dát:" #: libraries/plugins/export/ExportSql.class.php:393 msgid "" @@ -9783,6 +9788,8 @@ msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" +"Uložiť binárne stĺpce v šestnástkovom zápise (napríklad \"abc\" sa zapíše " +"0x616263)" #: libraries/plugins/export/ExportSql.class.php:440 msgid "" @@ -11737,7 +11744,7 @@ msgstr "Oprávnenia pre %s" #: libraries/server_privileges.lib.php:3815 msgctxt "Create new user" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/server_privileges.lib.php:3844 msgid "Edit Privileges:" @@ -12820,10 +12827,9 @@ msgid "Edit user group: '%s'" msgstr "" #: libraries/server_user_groups.lib.php:228 -#, fuzzy #| msgid "No privileges." msgid "User group menu assignments" -msgstr "Žiadne práva." +msgstr "Priradenia menu pre skupinu užívateľov" #: libraries/server_user_groups.lib.php:235 msgid "Group name:" @@ -13096,10 +13102,9 @@ msgid "Remove columns from central list" msgstr "" #: libraries/structure.lib.php:349 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Make consistent with central list" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Zosúladiť s centrálnym zoznamom" #: libraries/structure.lib.php:371 msgid "Check tables having overhead" @@ -13144,16 +13149,14 @@ msgid "Fulltext" msgstr "Celý text" #: libraries/structure.lib.php:1525 libraries/structure.lib.php:2140 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Add to central columns" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Pridať do centrálnych stĺpcov" #: libraries/structure.lib.php:1530 libraries/structure.lib.php:2130 -#, fuzzy #| msgid "Remove column(s)" msgid "Remove from central columns" -msgstr "Odstrániť stĺpce" +msgstr "Odstrániť z centrálnych stĺpcov" #: libraries/structure.lib.php:1546 libraries/structure.lib.php:1656 msgid "Move columns" From 1b9ada06814e9326e6dc6b39b3f820790cd16c99 Mon Sep 17 00:00:00 2001 From: phlyper Date: Sun, 25 Jan 2015 02:09:38 +0100 Subject: [PATCH 11/16] update 1 message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The central list of columns for the current database is empty. القائمة المركزية للأعمدة قاعدة البيانات الحالية فارغة. --- po/ar.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/ar.po b/po/ar.po index cfab5be2a8..4942ff8068 100644 --- a/po/ar.po +++ b/po/ar.po @@ -27,7 +27,7 @@ msgstr "" #: db_central_columns.php:85 msgid "The central list of columns for the current database is empty." -msgstr "" +msgstr "القائمة المركزية للأعمدة قاعدة البيانات الحالية فارغة." #: db_central_columns.php:109 #, fuzzy From aee161a78ee63eb9cf128dd91eced11f5f7a1f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sevdimali=20=C4=B0sa?= Date: Sat, 24 Jan 2015 14:32:16 +0100 Subject: [PATCH 12/16] Translated using Weblate (Azerbaijani) Currently translated at 52.6% (1572 of 2988 strings) [CI skip] --- po/az.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/po/az.po b/po/az.po index 57107a1590..cd23a04b12 100644 --- a/po/az.po +++ b/po/az.po @@ -4,14 +4,14 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-14 07:43-0500\n" -"PO-Revision-Date: 2015-01-08 08:37+0200\n" -"Last-Translator: Jafar \n" -"Language-Team: Azerbaijani \n" +"PO-Revision-Date: 2015-01-24 14:32+0200\n" +"Last-Translator: Sevdimali İsa \n" +"Language-Team: Azerbaijani " +"\n" +"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: az\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.2-dev\n" @@ -11437,7 +11437,7 @@ msgstr "Yeni istifadəçi əlavə etdiniz." #: libraries/server_status.lib.php:53 #, php-format msgid "Network traffic since startup: %s" -msgstr "" +msgstr "Başlanğıcdan bəri Şəbəkə trafiki: %s" #: libraries/server_status.lib.php:66 #, php-format From fe35dbcc9bc9a4520609c42e97042a02ad7aadfb Mon Sep 17 00:00:00 2001 From: Jozef Pistej Date: Sat, 24 Jan 2015 18:11:10 +0100 Subject: [PATCH 13/16] Translated using Weblate (Slovak) Currently translated at 83.5% (2496 of 2988 strings) [CI skip] --- po/sk.po | 74 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/po/sk.po b/po/sk.po index ecae43d97a..1b9f83168d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-14 07:43-0500\n" -"PO-Revision-Date: 2015-01-24 15:17+0200\n" -"Last-Translator: Martin Lacina \n" +"PO-Revision-Date: 2015-01-24 18:11+0200\n" +"Last-Translator: Jozef Pistej \n" "Language-Team: Slovak " "\n" "Language: sk\n" @@ -2224,7 +2224,7 @@ msgstr "Prerušené" #: js/messages.php:442 msgid "Success" -msgstr "" +msgstr "Úspech" #: js/messages.php:443 msgid "Import status" @@ -2232,7 +2232,7 @@ msgstr "Stav importu" #: js/messages.php:444 libraries/navigation/Navigation.class.php:102 msgid "Drop files here" -msgstr "" +msgstr "Presuňte súbory sem" #: js/messages.php:445 msgid "Select database first" @@ -2370,7 +2370,7 @@ msgstr "" #: js/messages.php:511 msgid "Please look at the bottom of this window." -msgstr "" +msgstr "Prosím, pozrite sa na spodnú časť okna." #: js/messages.php:516 libraries/Error_Handler.class.php:353 msgid "Ignore All" @@ -2732,11 +2732,11 @@ msgstr "Veľkosť písma" #: libraries/Console.class.php:93 libraries/Console.class.php:175 msgid "Collapse" -msgstr "" +msgstr "Zbaliť" #: libraries/Console.class.php:94 libraries/Console.class.php:177 msgid "Expand" -msgstr "" +msgstr "Rozbaliť" #: libraries/Console.class.php:95 libraries/Console.class.php:178 msgid "Requery" @@ -2779,7 +2779,7 @@ msgstr[2] "Spolu %d záložiek" #: libraries/Console.class.php:116 msgid "private" -msgstr "" +msgstr "súkromne" #: libraries/Console.class.php:120 libraries/bookmark.lib.php:87 msgid "shared" @@ -2822,7 +2822,7 @@ msgstr "Konzola pre SQL dopyty" #: libraries/Console.class.php:196 msgid "Console" -msgstr "" +msgstr "Konzola" #: libraries/Console.class.php:199 libraries/sql_query_form.lib.php:233 #: setup/frames/index.inc.php:298 @@ -2871,7 +2871,7 @@ msgstr "Stlačte Ctrl+Enter pre spustenie dopytu" #: libraries/Console.class.php:239 msgid "During current session" -msgstr "" +msgstr "Počas aktuálnej relácie" #: libraries/Console.class.php:266 libraries/Util.class.php:1232 #: libraries/config/messages.inc.php:749 @@ -2913,7 +2913,7 @@ msgstr "Zobraziť históriu dopytov na začiatku" #: libraries/Console.class.php:312 msgid "Show current browsing query" -msgstr "" +msgstr "Zobraziť aktuálne prehliadaný dotaz" #: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1277 #: libraries/DisplayResults.class.php:2065 @@ -4647,11 +4647,11 @@ msgstr "Nepodarilo sa odstrániť stĺpce!" #: libraries/central_columns.lib.php:509 msgid "YES" -msgstr "" +msgstr "ÁNO" #: libraries/central_columns.lib.php:509 msgid "NO" -msgstr "" +msgstr "NIE" #: libraries/central_columns.lib.php:629 #: libraries/display_create_table.lib.php:60 @@ -4697,7 +4697,7 @@ msgstr "auto_increment" #: libraries/central_columns.lib.php:809 libraries/central_columns.lib.php:919 msgid "on update CURRENT_TIMESTAMP" -msgstr "" +msgstr "pri zmene CURRENT_TIMESTAMP" #: libraries/central_columns.lib.php:886 msgid "Add new column" @@ -7280,7 +7280,7 @@ msgstr "" #: libraries/config/messages.inc.php:777 msgid "Proxy url" -msgstr "" +msgstr "Proxy url" #: libraries/config/messages.inc.php:778 msgid "" @@ -7472,7 +7472,7 @@ msgstr "" #: libraries/db_designer.lib.php:240 msgid "Show/Hide left menu" -msgstr "" +msgstr "Zobraz/Skry ľavé menu" #: libraries/db_designer.lib.php:247 msgid "View in fullscreen" @@ -7489,7 +7489,7 @@ msgstr "Nová stránka" #: libraries/db_designer.lib.php:280 msgid "Save position" -msgstr "" +msgstr "Ulož pozíciu" #: libraries/db_designer.lib.php:287 #| msgid "Slave replication" @@ -7809,7 +7809,7 @@ msgstr "Uložiť výstup do suboru" #: libraries/display_export.lib.php:690 msgid "Skip tables larger than" -msgstr "" +msgstr "Preskočiť tabuľky väčšie ako" #: libraries/display_export.lib.php:784 #| msgid "Select Tables" @@ -7844,15 +7844,15 @@ msgstr "Nový názov stĺpca" #: libraries/display_git_revision.lib.php:56 #, php-format msgid "%1$s from %2$s branch" -msgstr "" +msgstr "%1$s z %2$s vetvy" #: libraries/display_git_revision.lib.php:58 msgid "no branch" -msgstr "" +msgstr "žiadna vetva" #: libraries/display_git_revision.lib.php:64 msgid "Git revision:" -msgstr "" +msgstr "Git revízia:" #: libraries/display_git_revision.lib.php:67 #, php-format @@ -7956,7 +7956,7 @@ msgstr "" #: libraries/display_import.lib.php:454 #, php-format msgid "%s of %s" -msgstr "" +msgstr "%s z %s" #: libraries/display_import.lib.php:455 #| msgid "Uploading your import file…" @@ -7966,7 +7966,7 @@ msgstr "Nahrávam váš súbor s importom…" #: libraries/display_import.lib.php:456 #, php-format msgid "%s/sec." -msgstr "" +msgstr "%s/sek." #: libraries/display_import.lib.php:457 msgid "About %MIN min. %SEC sec. remaining." @@ -8451,7 +8451,7 @@ msgstr "Vložiť ako nový riadok" #: libraries/insert_edit.lib.php:1458 msgid "Insert as new row and ignore errors" -msgstr "" +msgstr "Vložiť ako nový riadok a ignorovať chyby" #: libraries/insert_edit.lib.php:1461 msgid "Show insert query" @@ -8502,7 +8502,7 @@ msgstr "" #: libraries/mult_submits.inc.php:293 msgid "Success!" -msgstr "" +msgstr "Úspech!" #: libraries/mult_submits.lib.php:338 msgid "Replace table prefix:" @@ -8774,9 +8774,9 @@ msgstr "" #, php-format msgid "%s other result found" msgid_plural "%s other results found" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%s ďalší výsledok nájdený" +msgstr[1] "%s ďalšie výsledky nájdené" +msgstr[2] "%s ďalších výsledkov nájdených" #: libraries/navigation/NavigationTree.class.php:1190 msgid "Filter databases by name or regex" @@ -8793,7 +8793,7 @@ msgstr "Filtrovať podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1251 msgid "Collapse all" -msgstr "" +msgstr "Zbaliť všetko" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -8808,7 +8808,7 @@ msgstr "" #: libraries/navigation/Nodes/Node.class.php:745 msgid "Expand/Collapse" -msgstr "" +msgstr "Rozbaliť/Zbaliť" #: libraries/navigation/Nodes/Node_Column_Container.class.php:26 #: libraries/navigation/Nodes/Node_Column_Container.class.php:27 @@ -8819,7 +8819,7 @@ msgstr "Stĺpce" #: libraries/navigation/Nodes/Node_Column_Container.class.php:38 msgctxt "Create new column" msgid "New" -msgstr "" +msgstr "Vytvoriť nový stĺpec" #: libraries/navigation/Nodes/Node_Database.class.php:41 msgid "Database operations" @@ -8879,7 +8879,7 @@ msgstr "Procedúry" #: libraries/rte/rte_footer.lib.php:29 msgctxt "Create new procedure" msgid "New" -msgstr "" +msgstr "Vytvoriť novú procedúru" #: libraries/navigation/Nodes/Node_Table_Container.class.php:45 msgctxt "Create new table" @@ -8909,12 +8909,12 @@ msgstr "" #: libraries/normalization.lib.php:116 libraries/normalization.lib.php:773 msgid "First step of normalization (1NF)" -msgstr "" +msgstr "Prvý krok normalizácie (1NF)" #: libraries/normalization.lib.php:119 libraries/normalization.lib.php:170 #: libraries/normalization.lib.php:213 libraries/normalization.lib.php:249 msgid "Step 1." -msgstr "" +msgstr "Krok 1." #: libraries/normalization.lib.php:121 msgid "" @@ -9028,11 +9028,11 @@ msgstr "" #: libraries/normalization.lib.php:291 msgid "Step 2." -msgstr "" +msgstr "Krok 2." #: libraries/normalization.lib.php:291 msgid "Find partial dependencies" -msgstr "" +msgstr "Nájdenie čiastočných závislostí" #: libraries/normalization.lib.php:313 #, php-format @@ -9450,7 +9450,7 @@ msgstr "Voľba servera:" #: libraries/plugins/auth/AuthenticationCookie.class.php:354 msgid "Entered captcha is wrong, try again!" -msgstr "" +msgstr "Vložená captcha je nesprávna, skúste znova!" #: libraries/plugins/auth/AuthenticationCookie.class.php:364 msgid "Please enter correct captcha!" From 264b66c6c7abbbce08fbaa98202ae608fc540844 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 25 Jan 2015 07:02:01 -0500 Subject: [PATCH 14/16] bug #4728 Incorrect headings in routine editor Signed-off-by: Marc Delisle --- ChangeLog | 1 + js/rte.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 135e12af65..5f098ee64b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 4.3.9.0 (not yet released) +- bug #4728 Incorrect headings in routine editor 4.3.8.0 (2015-01-24) - bug Undefined constant PMA_DRIZZLE diff --git a/js/rte.js b/js/rte.js index 0edfacb85a..14a4b8b74a 100644 --- a/js/rte.js +++ b/js/rte.js @@ -824,7 +824,7 @@ $(function () { $('select[name=item_type]').live('change', function () { $(this) .closest('table') - .find('tr.recurring_event_row, tr.onetime_event_row, tr.routine_return_row, td.routine_direction_cell') + .find('tr.recurring_event_row, tr.onetime_event_row, tr.routine_return_row, .routine_direction_cell') .toggle(); }); // end $.live() From 930d04bd62f046bf215969df4faed3f3cf597cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sevdimali=20=C4=B0sa?= Date: Sat, 24 Jan 2015 14:32:17 +0100 Subject: [PATCH 15/16] Translated using Weblate (Azerbaijani) Currently translated at 53.1% (1584 of 2982 strings) [CI skip] --- po/az.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/az.po b/po/az.po index 047db65ad6..6b6c81eaef 100644 --- a/po/az.po +++ b/po/az.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-08 08:37+0200\n" -"Last-Translator: Jafar \n" +"PO-Revision-Date: 2015-01-24 14:32+0200\n" +"Last-Translator: Sevdimali İsa \n" "Language-Team: Azerbaijani " "\n" "Language: az\n" @@ -11414,7 +11414,7 @@ msgstr "Yeni istifadəçi əlavə etdiniz." #: libraries/server_status.lib.php:53 #, php-format msgid "Network traffic since startup: %s" -msgstr "" +msgstr "Başlanğıcdan bəri Şəbəkə trafiki: %s" #: libraries/server_status.lib.php:66 #, php-format From 33ef6cc85c98e215b8ba9e1b3d86eea70416872d Mon Sep 17 00:00:00 2001 From: Jozef Pistej Date: Sat, 24 Jan 2015 18:11:07 +0100 Subject: [PATCH 16/16] Translated using Weblate (Slovak) Currently translated at 83.5% (2490 of 2979 strings) [CI skip] --- po/sk.po | 74 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/po/sk.po b/po/sk.po index ca63e56758..d57bb45434 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-24 15:17+0200\n" -"Last-Translator: Martin Lacina \n" +"PO-Revision-Date: 2015-01-24 18:11+0200\n" +"Last-Translator: Jozef Pistej \n" "Language-Team: Slovak " "\n" "Language: sk\n" @@ -2213,7 +2213,7 @@ msgstr "Prerušené" #: js/messages.php:439 msgid "Success" -msgstr "" +msgstr "Úspech" #: js/messages.php:440 msgid "Import status" @@ -2221,7 +2221,7 @@ msgstr "Stav importu" #: js/messages.php:441 libraries/navigation/Navigation.class.php:102 msgid "Drop files here" -msgstr "" +msgstr "Presuňte súbory sem" #: js/messages.php:442 msgid "Select database first" @@ -2359,7 +2359,7 @@ msgstr "" #: js/messages.php:508 msgid "Please look at the bottom of this window." -msgstr "" +msgstr "Prosím, pozrite sa na spodnú časť okna." #: js/messages.php:513 libraries/Error_Handler.class.php:353 msgid "Ignore All" @@ -2714,11 +2714,11 @@ msgstr "Veľkosť písma" #: libraries/Console.class.php:93 libraries/Console.class.php:175 msgid "Collapse" -msgstr "" +msgstr "Zbaliť" #: libraries/Console.class.php:94 libraries/Console.class.php:177 msgid "Expand" -msgstr "" +msgstr "Rozbaliť" #: libraries/Console.class.php:95 libraries/Console.class.php:178 msgid "Requery" @@ -2745,7 +2745,7 @@ msgstr[2] "Spolu %d záložiek" #: libraries/Console.class.php:116 msgid "private" -msgstr "" +msgstr "súkromne" #: libraries/Console.class.php:120 libraries/bookmark.lib.php:87 msgid "shared" @@ -2788,7 +2788,7 @@ msgstr "Konzola pre SQL dopyty" #: libraries/Console.class.php:196 msgid "Console" -msgstr "" +msgstr "Konzola" #: libraries/Console.class.php:199 libraries/sql_query_form.lib.php:236 #: setup/frames/index.inc.php:298 @@ -2837,7 +2837,7 @@ msgstr "Stlačte Ctrl+Enter pre spustenie dopytu" #: libraries/Console.class.php:239 msgid "During current session" -msgstr "" +msgstr "Počas aktuálnej relácie" #: libraries/Console.class.php:266 libraries/Util.class.php:1232 #: libraries/config/messages.inc.php:749 @@ -2879,7 +2879,7 @@ msgstr "Zobraziť históriu dopytov na začiatku" #: libraries/Console.class.php:312 msgid "Show current browsing query" -msgstr "" +msgstr "Zobraziť aktuálne prehliadaný dotaz" #: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1338 #: libraries/DisplayResults.class.php:2170 @@ -4621,11 +4621,11 @@ msgstr "Nepodarilo sa odstrániť stĺpce!" #: libraries/central_columns.lib.php:509 msgid "YES" -msgstr "" +msgstr "ÁNO" #: libraries/central_columns.lib.php:509 msgid "NO" -msgstr "" +msgstr "NIE" #: libraries/central_columns.lib.php:629 #: libraries/display_create_table.lib.php:60 @@ -4671,7 +4671,7 @@ msgstr "auto_increment" #: libraries/central_columns.lib.php:809 libraries/central_columns.lib.php:919 msgid "on update CURRENT_TIMESTAMP" -msgstr "" +msgstr "pri zmene CURRENT_TIMESTAMP" #: libraries/central_columns.lib.php:886 msgid "Add new column" @@ -7506,7 +7506,7 @@ msgstr "" #: libraries/config/messages.inc.php:777 msgid "Proxy url" -msgstr "" +msgstr "Proxy url" #: libraries/config/messages.inc.php:778 msgid "" @@ -7701,7 +7701,7 @@ msgstr "" #: libraries/db_designer.lib.php:240 msgid "Show/Hide left menu" -msgstr "" +msgstr "Zobraz/Skry ľavé menu" #: libraries/db_designer.lib.php:247 msgid "View in fullscreen" @@ -7718,7 +7718,7 @@ msgstr "Nová stránka" #: libraries/db_designer.lib.php:280 msgid "Save position" -msgstr "" +msgstr "Ulož pozíciu" #: libraries/db_designer.lib.php:287 #| msgid "Slave replication" @@ -8038,7 +8038,7 @@ msgstr "Uložiť výstup do suboru" #: libraries/display_export.lib.php:690 msgid "Skip tables larger than" -msgstr "" +msgstr "Preskočiť tabuľky väčšie ako" #: libraries/display_export.lib.php:784 #| msgid "Select Tables" @@ -8073,15 +8073,15 @@ msgstr "Nový názov stĺpca" #: libraries/display_git_revision.lib.php:56 #, php-format msgid "%1$s from %2$s branch" -msgstr "" +msgstr "%1$s z %2$s vetvy" #: libraries/display_git_revision.lib.php:58 msgid "no branch" -msgstr "" +msgstr "žiadna vetva" #: libraries/display_git_revision.lib.php:64 msgid "Git revision:" -msgstr "" +msgstr "Git revízia:" #: libraries/display_git_revision.lib.php:67 #, php-format @@ -8185,7 +8185,7 @@ msgstr "" #: libraries/display_import.lib.php:454 #, php-format msgid "%s of %s" -msgstr "" +msgstr "%s z %s" #: libraries/display_import.lib.php:455 #| msgid "Uploading your import file…" @@ -8195,7 +8195,7 @@ msgstr "Nahrávam váš súbor s importom…" #: libraries/display_import.lib.php:456 #, php-format msgid "%s/sec." -msgstr "" +msgstr "%s/sek." #: libraries/display_import.lib.php:457 msgid "About %MIN min. %SEC sec. remaining." @@ -8680,7 +8680,7 @@ msgstr "Vložiť ako nový riadok" #: libraries/insert_edit.lib.php:1458 msgid "Insert as new row and ignore errors" -msgstr "" +msgstr "Vložiť ako nový riadok a ignorovať chyby" #: libraries/insert_edit.lib.php:1461 msgid "Show insert query" @@ -8731,7 +8731,7 @@ msgstr "" #: libraries/mult_submits.inc.php:293 msgid "Success!" -msgstr "" +msgstr "Úspech!" #: libraries/mult_submits.lib.php:338 msgid "Replace table prefix:" @@ -9003,9 +9003,9 @@ msgstr "" #, php-format msgid "%s other result found" msgid_plural "%s other results found" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%s ďalší výsledok nájdený" +msgstr[1] "%s ďalšie výsledky nájdené" +msgstr[2] "%s ďalších výsledkov nájdených" #: libraries/navigation/NavigationTree.class.php:1168 msgid "Filter databases by name or regex" @@ -9022,7 +9022,7 @@ msgstr "Filtrovať podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1229 msgid "Collapse all" -msgstr "" +msgstr "Zbaliť všetko" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -9037,7 +9037,7 @@ msgstr "" #: libraries/navigation/Nodes/Node.class.php:715 msgid "Expand/Collapse" -msgstr "" +msgstr "Rozbaliť/Zbaliť" #: libraries/navigation/Nodes/Node_Column_Container.class.php:26 #: libraries/navigation/Nodes/Node_Column_Container.class.php:27 @@ -9048,7 +9048,7 @@ msgstr "Stĺpce" #: libraries/navigation/Nodes/Node_Column_Container.class.php:38 msgctxt "Create new column" msgid "New" -msgstr "" +msgstr "Vytvoriť nový stĺpec" #: libraries/navigation/Nodes/Node_Database.class.php:41 msgid "Database operations" @@ -9108,7 +9108,7 @@ msgstr "Procedúry" #: libraries/rte/rte_footer.lib.php:29 msgctxt "Create new procedure" msgid "New" -msgstr "" +msgstr "Vytvoriť novú procedúru" #: libraries/navigation/Nodes/Node_Table_Container.class.php:45 msgctxt "Create new table" @@ -9138,12 +9138,12 @@ msgstr "" #: libraries/normalization.lib.php:116 libraries/normalization.lib.php:773 msgid "First step of normalization (1NF)" -msgstr "" +msgstr "Prvý krok normalizácie (1NF)" #: libraries/normalization.lib.php:119 libraries/normalization.lib.php:170 #: libraries/normalization.lib.php:213 libraries/normalization.lib.php:249 msgid "Step 1." -msgstr "" +msgstr "Krok 1." #: libraries/normalization.lib.php:121 msgid "" @@ -9257,11 +9257,11 @@ msgstr "" #: libraries/normalization.lib.php:291 msgid "Step 2." -msgstr "" +msgstr "Krok 2." #: libraries/normalization.lib.php:291 msgid "Find partial dependencies" -msgstr "" +msgstr "Nájdenie čiastočných závislostí" #: libraries/normalization.lib.php:313 #, php-format @@ -9679,7 +9679,7 @@ msgstr "Voľba servera:" #: libraries/plugins/auth/AuthenticationCookie.class.php:380 msgid "Entered captcha is wrong, try again!" -msgstr "" +msgstr "Vložená captcha je nesprávna, skúste znova!" #: libraries/plugins/auth/AuthenticationCookie.class.php:389 msgid "Please enter correct captcha!"