diff --git a/ChangeLog b/ChangeLog index 0cbc9120ce..fa90763139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,10 @@ phpMyAdmin - ChangeLog - bug #4720 No error message on Missing extension mbstring + rfe #801 Builtin transformations and relations -4.3.8.0 (not yet released) +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 - bug #4712 Wrongly positioned date-picker while Grid-Editing - bug #4714 Forced ORDER BY for own sql statements @@ -37,6 +40,8 @@ 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 +- 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/js/rte.js b/js/rte.js index 429c2ff8dc..77658b579f 100644 --- a/js/rte.js +++ b/js/rte.js @@ -824,7 +824,7 @@ $(function () { $(document).on('change', 'select[name=item_type]', 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 $(document).on() diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index da322d0af2..af864a7ca4 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -2914,7 +2914,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']); diff --git a/libraries/tbl_columns_definition_form.lib.php b/libraries/tbl_columns_definition_form.lib.php index 5e1a533750..1d1b94b39f 100644 --- a/libraries/tbl_columns_definition_form.lib.php +++ b/libraries/tbl_columns_definition_form.lib.php @@ -602,7 +602,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 .= '

\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 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 "" diff --git a/po/sk.po b/po/sk.po index 0450f29d22..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-22 21:26+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" @@ -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 @@ -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" @@ -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):" @@ -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" @@ -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" @@ -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" @@ -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" @@ -8879,17 +8879,17 @@ 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" 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" @@ -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 @@ -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)" @@ -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!" @@ -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"